UNPKG

poku

Version:

🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.

6 lines (5 loc) 205 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isWindows = void 0; const node_process_1 = require("process"); exports.isWindows = node_process_1.platform === 'win32';