mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-06 20:46:50 +08:00
8 lines
276 B
TypeScript
8 lines
276 B
TypeScript
// Type definitions for user-home 2.0
|
|
// Project: https://github.com/sindresorhus/user-home
|
|
// Definitions by: Mohamed Hegazy <https://github.com/mhegazy>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export = user_home;
|
|
declare const user_home: string;
|