UNPKG

node-simple-ipc

Version:

A Node.Js module for local Inter Process Communication

7 lines (6 loc) 107 B
/** * Returns a unique id. * * @returns Next unique id. */ export declare function uniqueId(): string;