Make Javascript without undefined behavior. Forget about try/catch/finally
- Less undefined behavior, when using
OptionandResult. - Well tested.
100% test coverage - JSDoc with examples.
- Typescript ready - d.ts types are generated with tsc.
- first-class
CJSandESMsupport. - Zero dependencies.
2kBfor min+gzip and7.6kBfor minified. See in bundlefobia.- Deno?
See contribute guide
Available by link: https://github.com/vitalics/rslike/wiki
- std. Standard library. Includes
Result,Option,match,Bind,Async. - cmp. Comparison package. Exporting
Orderingclass andEq,PartialEq,Ord,PartialOrdtypes. - dbg. Prints debug information about given variable.
- [] Primitives
- [] extendign built-ins collections
- [] Extend Collections (Hashset, Hashmap, MapReduce)
- [] make
matchtc39 proposal compatable.