@pratikpc/removefirstargfromallfunctionofclassandintersectingfromparent

A Standard-Compliant Globally Unique IDentifier (GUID) generator for Node.js and Browser. Fork of guid

Usage no npm install needed!

<script type="module">
  import pratikpcRemovefirstargfromallfunctionofclassandintersectingfromparent from 'https://cdn.skypack.dev/@pratikpc/removefirstargfromallfunctionofclassandintersectingfromparent';
</script>

README

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