UNPKG

functionalscript

Version:

FunctionalScript is a purely functional subset of JavaScript

23 lines (22 loc) 579 B
declare const _default: { stringifyTest: () => void; cycle: () => void; countdown: () => void; flat: () => void; concat: () => void; flatMap: () => void; take: (() => void)[]; find: (() => void)[]; takeWhile: (() => void)[]; dropWhile: () => void; drop: (() => void)[]; additionTests: (() => void)[]; entries: (() => void)[]; reverse: (() => void)[]; zip: (() => void)[]; logic: () => (() => void)[]; strictEqual: (() => void)[]; isEmpty: (() => void)[]; length: () => void; }; export default _default;