Skip to content

Instantly share code, notes, and snippets.

@0x0a0d
Created November 27, 2021 01:07
Show Gist options
  • Select an option

  • Save 0x0a0d/dee383a0f2ddd2b42461636cd8c23f4e to your computer and use it in GitHub Desktop.

Select an option

Save 0x0a0d/dee383a0f2ddd2b42461636cd8c23f4e to your computer and use it in GitHub Desktop.
extends type Error
declare namespace globalThis {
interface Error {
code?: number|string
data?: any
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment