@types/os-homedir
Version:
TypeScript definitions for os-homedir
22 lines (16 loc) • 675 B
Markdown
# Installation
> `npm install --save @types/os-homedir`
# Summary
This package contains type definitions for os-homedir (https://github.com/sindresorhus/os-homedir#readme).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/os-homedir.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/os-homedir/index.d.ts)
````ts
export = os_homedir;
declare function os_homedir(): 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).