UNPKG

@sinclair/hammer

Version:

Build Tool for Browser and Node Applications

6 lines (5 loc) 238 B
import { AdditionalGlobals } from './execute/index'; /** Executes the given script in memory, and returns it's exports. */ export declare function evaluate(scriptPath: string, additional?: AdditionalGlobals): { [key: string]: any; };