/ node_modules / es-errors / type.d.ts
type.d.ts
1  declare const TypeError: TypeErrorConstructor
2  
3  export = TypeError;