UNPKG

@apidevtools/json-schema-ref-parser

Version:

Parse, Resolve, and Dereference JSON Schema $ref pointers

3 lines (2 loc) 138 B
const isWindowsConst = /^win/.test(globalThis.process ? globalThis.process.platform : ""); export const isWindows = () => isWindowsConst;