UNPKG

@montferret/ferret-wasm

Version:

Ferret compiler and runtime ported to WASM

9 lines (8 loc) 206 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function assert(input) { if (input == null) { throw new Error('Unexpected result'); } } exports.assert = assert;