UNPKG

@montferret/ferret-wasm

Version:

Ferret compiler and runtime ported to WASM

4 lines (3 loc) 139 B
import { Engine } from './engine'; export declare const isNode: boolean; export declare function create(module?: string): Promise<Engine>;