527 B
527 B
Home > @apextoaster/js-utils > removePid
removePid() function
Remove the file at the given path
.
Signature:
export declare function removePid(path: string): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
path | string |
Returns:
Promise<void>