@chengaoyuan/argnames
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

argnames

npm version install size NPM Downloads Build Status Coverage Status

Installation

$ npm install @chengaoyuan/argnames

Usage

import argnames from "@chengaoyuan/argnames";
console.log(argnames(function(a:string,b:number){}); // out: ['a', 'b']

Testing

$ npm test

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i @chengaoyuan/argnames

    Weekly Downloads

    87

    Version

    1.0.5

    License

    MIT

    Unpacked Size

    4.52 kB

    Total Files

    6

    Last publish

    Collaborators

    • chengaoyuan