Skip to content

Commit

Permalink
chore: add flow interface
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Dec 1, 2020
1 parent 9095f19 commit 2f84b9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/babel-packages.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ declare module "@babel/helper-optimise-call-expression" {
optional: boolean
): BabelNodeCallExpression | BabelNodeOptionalCallExpression;
}

declare module "@babel/helper-get-function-arity" {
declare export default function helperGetFunctionArity(
node: BabelNodeFunction
): number;
}

0 comments on commit 2f84b9f

Please sign in to comment.