UNPKG

@sinclair/hammer

Version:

Build Tool for Browser and Node Applications

3 lines (2 loc) 142 B
/** Executes a task in the given scriptPath. */ export declare function task(scriptPath: string, name: string, params: any[]): Promise<void>;