UNPKG

159 BJavaScriptView Raw
1const isNode = () => typeof process === "object" && typeof process.versions === "object" && typeof process.versions.node !== "undefined";
2export {
3 isNode
4};