@pratikpc/removefirstargfromallfunctionofclassandintersectingfromparent
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

removefirstargfromallfunctionofclassandintersectingfromparent

This is a TypeScript package
Remove the first arg from every function of the given class.
Also remove all parent class (including those present in child class) Functions

Usage

Install

npm install @pratikpc/removefirstargfromallfunctionofclassandintersectingfromparent --save

Usage

import removefirstargfromallfunctionofclassandintersectingfromparent from "@pratikpc/removefirstargfromallfunctionofclassandintersectingfromparent";

function X(): removefirstargfromallfunctionofclassandintersectingfromparent<
  Parent,
  Child
> {}

Note

This only changes the return type.
Change functions yourself

Dependents (1)

Package Sidebar

Install

npm i @pratikpc/removefirstargfromallfunctionofclassandintersectingfromparent

Weekly Downloads

3

Version

1.0.0

License

ISC

Unpacked Size

3.82 kB

Total Files

6

Last publish

Collaborators

  • pratikpc