File "mock-errors.d.ts"
Full path: /home/ulinin/public_html/ttt.ulinin.com/node_modules/undici-types/mock-errors.d.ts
File
size: 0.33 KB (338 B bytes)
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor Back
import Errors from './errors'
export default MockErrors
declare namespace MockErrors {
/** The request does not match any registered mock dispatches. */
export class MockNotMatchedError extends Errors.UndiciError {
constructor(message?: string);
name: 'MockNotMatchedError';
code: 'UND_MOCK_ERR_MOCK_NOT_MATCHED';
}
}