mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
5 lines
117 B
TypeScript
5 lines
117 B
TypeScript
declare module 'static-eval' {
|
|
function evaluate(ast, vars: { [name: string]: any });
|
|
export =evaluate;
|
|
}
|