errorWrapper.d.ts 107 B

1
  1. export declare function createWrapperError<T extends object>(wrapperType: 'DOMWrapper' | 'VueWrapper'): T;