UNPKG

299 BTypeScriptView Raw
1// Type definitions for os-homedir 1.0
2// Project: https://github.com/sindresorhus/os-homedir#readme
3// Definitions by: Mohamed Hegazy <https://github.com/mhegazy>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6export = os_homedir;
7declare function os_homedir(): string;