UNPKG

onemon

Version:

Run a npm script as a deamon, once

5 lines (4 loc) 264 B
export declare const getPKG: (script: string) => Promise<string>; export declare const getShellScript: (pkg: string, script: string) => any; export declare const getHash: (value: string) => string; export declare const getSocketName: (filePath: string) => string;