MCPcopy Create free account
hub / github.com/anus-dev/ANUS / isWindows

Function isWindows

packages/core/src/utils/shell-utils.ts:77–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 * Export the platform detection constant for use in process management (e.g., killing processes).
76 */
77export const isWindows = () => os.platform() === 'win32';
78
79/**
80 * Escapes a string so that it can be safely used as a single argument

Callers 1

getShellConfigurationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected