mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
static-eval.d.ts
This commit is contained in:
committed by
benliddicott
parent
6f6e5c7dd9
commit
d2f21a1d08
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
declare module 'static-eval' {
|
||||
function evaluate(ast, vars: { [name: string]: any });
|
||||
export =evaluate;
|
||||
}
|
||||
Reference in New Issue
Block a user