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.

12 lines (11 loc) 189 B
/** * @module Utilities */ /** * * IMPORT_PATH: `"@daiso-tech/core/utilities/contracts"` * @group Contracts */ export type IPrunable = { removeAllExpired(): PromiseLike<void>; };