Skip to content

Commit

Permalink
fix: add TypeScript files - index.d.ts (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
OzairP authored and Charlike Mike Reagent committed Sep 12, 2018
1 parent 839c900 commit 8619796
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
declare module 'get-function-arguments' {

This comment has been minimized.

Copy link
@tunnckoCore

tunnckoCore Sep 12, 2018

Owner

ah, shouldn't this be function-arguments ?

function functionArguments (fn: Function): Array<string>

export = functionArguments
}

0 comments on commit 8619796

Please sign in to comment.