UNPKG

glitchkit

Version:

A lightweight toolkit to create and manage expressive, structured, and reusable error types. Perfect for APIs, services, and glitchy adventures

9 lines (8 loc) 224 B
interface IGlitchKitMetadataJson { info: Object | undefined; context: Object | undefined; tags: string[]; category: string | undefined; cause: string | undefined; } export default IGlitchKitMetadataJson;