UNPKG

functionalscript

Version:

FunctionalScript is a purely functional subset of JavaScript

26 lines (25 loc) 598 B
declare const _default: { stringify: ({ testPrimitives: () => void; testArray: () => void; testObj: () => void; testSort?: never; testIdentity?: never; } | { testSort: () => void; testIdentity: () => void; testPrimitives?: never; testArray?: never; testObj?: never; })[]; stringifyAsTree: ({ sort: () => void; identity: () => void; stringify?: never; } | { stringify: () => void; sort?: never; identity?: never; })[]; }; export default _default;