546 B
546 B
Home > @apextoaster/js-utils > writePid
writePid() function
Write the current process ID to a file at the given path
.
Signature:
export declare function writePid(path: string): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
path | string |
Returns:
Promise<void>