UNPKG

functionalscript

Version:

FunctionalScript is a purely functional subset of JavaScript

8 lines (7 loc) 164 B
import { unsafeCmp } from "./module.f.js"; export default () => { const result = unsafeCmp(true)(false); if (result !== 1) { throw result; } };