@types/os-tmpdir
Version:
TypeScript definitions for os-tmpdir
22 lines (16 loc) • 668 B
Markdown
# Installation
> `npm install --save @types/os-tmpdir`
# Summary
This package contains type definitions for os-tmpdir (https://github.com/sindresorhus/os-tmpdir#readme).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/os-tmpdir.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/os-tmpdir/index.d.ts)
````ts
export = os_tmpdir;
declare function os_tmpdir(): string;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
* Dependencies: none
# Credits
These definitions were written by [Mohamed Hegazy](https://github.com/mhegazy).