UNPKG

@daisugi/kintsugi

Version:

Kintsugi is a set of utilities to help build a fault tolerant services.

16 lines 548 B
export * from './code.js'; export * from './custom_error.js'; export * from './deferred_promise.js'; export * from './enc_to_fnv1a.js'; export * from './random_between.js'; export * from './urandom.js'; export * from './reuse_promise.js'; export * from './simple_memory_store.js'; export * from './stringify_args.js'; export * from './types.js'; export * from './wait_for.js'; export * from './with_cache.js'; export * from './with_pool.js'; export * from './with_retry.js'; export * from './with_timeout.js'; //# sourceMappingURL=kintsugi.d.ts.map