static-eval.d.ts

This commit is contained in:
benliddicott
2015-09-17 14:47:35 +01:00
committed by benliddicott
parent 6f6e5c7dd9
commit d2f21a1d08
+4
View File
@@ -0,0 +1,4 @@
declare module 'static-eval' {
function evaluate(ast, vars: { [name: string]: any });
export =evaluate;
}