UNPKG

@thepassle/app-tools

Version:

Collection of tools I regularly use to build apps. Maybe they're useful to somebody else. Maybe not. Most of these are thin wrappers around native API's, like the native `<dialog>` element, `fetch` API, and `URLPattern`.

5 lines 269 B
export { waitUntil, debounce, setAbortableTimeout } from './utils/async.js'; export { media } from './utils/media.js'; export { when } from './utils/index.js'; export { log, setDebug, getDebug } from './utils/log.js'; export { createService } from './utils/Service.js';