UNPKG

@daiso-tech/core

Version:

The library offers flexible, framework-agnostic solutions for modern web applications, built on adaptable components that integrate seamlessly with popular frameworks like Next Js.

11 lines (10 loc) 234 B
/** * @module Async */ import { type Invokable } from "../../utilities/_module-exports.js"; /** * * IMPORT_PATH: `"@daiso-tech/core/async"` * @group Middlewares */ export type ErrorPolicy = Invokable<[error: unknown], boolean>;