Initial commit
This commit is contained in:
5
node_modules/with/lib/globals.d.ts
generated
vendored
Normal file
5
node_modules/with/lib/globals.d.ts
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
import * as t from '@babel/types';
|
||||
export default function findGlobals(ast: t.Node): {
|
||||
name: string;
|
||||
nodes: (t.Identifier | t.ThisExpression)[];
|
||||
}[];
|
Reference in New Issue
Block a user