DefinitelyTyped/types/is-root/index.d.ts
2017-03-24 14:27:52 -07:00

8 lines
274 B
TypeScript

// Type definitions for is-root 1.0
// Project: https://github.com/sindresorhus/is-root
// Definitions by: Mohamed Hegazy <https://github.com/mhegazy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = is_root;
declare function is_root(): boolean;