Version: 0.2.01.0.01.0.11.0.2
/**
* Returns `true` if the platform is windows.
*/
declare function isWindows(): boolean;
// Export CJS function
export = isWindows;
// Export UMD namespace
export as namespace isWindows;