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`.

3 lines (2 loc) 121 B
export function delayPlugin(ms: number): import('../index.js').Plugin; export const delay: import("../types.js").Plugin;