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