mirror of
https://github.com/logos-messaging/logos-delivery-js.git
synced 2026-03-13 05:03:40 +00:00
- Replace exception pattern with a result pattern as it better fits the usage. - merge few maps to prefer chaining to assign var after var. - Make `isDefined` type helper a common util function
3 lines
69 B
TypeScript
3 lines
69 B
TypeScript
export * from "./is_defined.js";
|
|
export * from "./random_subset.js";
|