Updated header

This commit is contained in:
benliddicott
2015-09-17 15:51:30 +01:00
parent 8b36b63838
commit d464f5a4e1

View File

@@ -1,4 +1,10 @@
declare module 'static-eval' {
// Type definitions for static-eval v0.2.4
// Project: https://github.com/substack/static-eval
// Definitions by: Ben Liddicott <https://github.com/benliddicott/DefinitelyTyped>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module 'static-eval' {
function evaluate(ast, vars: { [name: string]: any });
export =evaluate;
}