UNPKG

@gobstones/gobstones-scripts

Version:

Scripts to abstract away build configuration of Gobstones Project's libraries and modules.

12 lines 309 B
/** * Returns the string for the bash command to run * an node command over a particular string. * * @param script - The script to run. * * @example node('myscript.js') * * @returns The bash command string. */ export declare const node: (script: string) => string; //# sourceMappingURL=node.d.ts.map