Type alias Config

Config: {
    errorType: string;
    options: {};
    polyfills: {};
    polyfill(p, doThrow?, instance?, ...args) => any;
}

Configuration object.

Type declaration

  • errorType: string
  • options: {}
    • polyfills: {}
      • polyfill:function
        • Parameters

          • p: string
          • Optional doThrow: boolean
          • Optional instance: boolean
          • Rest ...args: any[]

          Returns any

      Generated using TypeDoc