UNPKG

functionalscript

Version:

FunctionalScript is a purely functional subset of JavaScript

13 lines (10 loc) 160 B
import shared from "./shared.f.js" // comment const s = "Hello, world!" export default { "a": shared, "b": shared, "s": s, d: -24n, x: undefined, }