You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Omnia mutantur, nihil interit.
- new data predicates: isBasicData(), isBasicDataOrUndefined()
- new type predicates: isDate(), isRegExp()
- type improvements: struct/data:access() - polymorphism
- tests: added specs for struct/data and type/check
Addito salis grano.
- basic test structure / jest (pr #2, author Dominique Borner)
- jest run as prebuild step
- nullish coalescing operators use
- struct/data: access() type expanded
- async: interators::map(), iterators::reduce() - correct behavior for empty lists