UNPKG

@types/is-windows

Version:
11 lines (8 loc) 193 B
/** * Returns `true` if the platform is windows. */ declare function isWindows(): boolean; // Export CJS function export = isWindows; // Export UMD namespace export as namespace isWindows;