UNPKG

functionalscript

Version:

FunctionalScript is a purely functional subset of JavaScript

35 lines (34 loc) 728 B
declare const _default: { examples: { vec: () => void; uint: () => void; front: () => void; removeFront: () => void; popFront: () => void; concat: () => void; }; front: { lsbf: () => void; msbf: () => void; }; popFront: { lsbm: () => void; msbm: () => void; }; removeFront: { lsbm: () => void; msbm: () => void; }; concat: { lsbm: () => void; msbm: () => void; }; uintLsb: () => void; uintSmall: () => void; vecExample: () => void; length: () => void; bitset: () => void; appendBack: () => void; removeBack: () => void; }; export default _default;