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.

14 lines (13 loc) 203 B
/** * @module Utilities */ /** * * IMPORT_PATH: `"@daiso-tech/core/utilities"` * @group Contracts */ export type ISerializedError = { name: string; message: string; cause?: unknown; };