UNPKG

aws-sdk-client-mock-jest

Version:
9 lines (8 loc) 293 B
import { AwsSdkMockMatchers } from './jestMatchers'; export declare function ordinalOf(n: number): string; declare module 'vitest' { interface Assertion<T = any> extends AwsSdkMockMatchers<T> { } interface AsymmetricMatchersContaining extends AwsSdkMockMatchers<unknown> { } }