mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Updated header
This commit is contained in:
8
static-eval/static-eval.d.ts
vendored
8
static-eval/static-eval.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user