UNPKG
@montferret/ferret-wasm
Version:
alpha (2.0.0-alpha.30)
latest (1.0.0)
2.0.0-alpha.30
1.0.0
0.7.3
0.7.2
0.7.1
0.7.0
Ferret compiler and runtime ported to WASM
github.com/MontFerret/ferret-wasm
MontFerret/ferret-wasm
@montferret/ferret-wasm
/
dist
/
is-node.d.ts
3 lines
(2 loc)
•
58 B
TypeScript
View Raw
1
2
3
declare
const
isNodeJS
:
boolean
;
export
default
isNodeJS;