Config: {
errorType: string;
options: {};
polyfills: {};
polyfill(p: string, doThrow?: boolean, instance?: boolean, ...args: any[]): any;
}
Type declaration
-
errorType: string
-
options: {}
-
polyfills: {}
-
polyfill:function
- polyfill(p: string, doThrow?: boolean, instance?: boolean, ...args: any[]): any
-
Parameters
-
p: string
-
Optional
doThrow: boolean
-
Optional
instance: boolean
-
Rest
...args: any[]
Returns any
Configuration object.