1
0
Fork 0
js-utils/docs/api/js-utils.removepid.md

25 lines
527 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [removePid](./js-utils.removepid.md)
## removePid() function
Remove the file at the given `path`<!-- -->.
<b>Signature:</b>
```typescript
export declare function removePid(path: string): Promise<void>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| path | <code>string</code> | |
<b>Returns:</b>
`Promise<void>`