UNPKG

inklecate-wasm

Version:

A package bundling the desktop executable for inklecate, and all its dependencies, into a WebAssembly module executable fully in-browser.

5 lines 118 B
export const isNode = () => ( typeof process === 'object' && process && typeof require === 'function' );