@types/jest-matcher-one-of
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

Installation

npm install --save @types/jest-matcher-one-of

Summary

This package contains type definitions for jest-matcher-one-of (https://github.com/d4nyll/jest-matcher-one-of#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest-matcher-one-of.

index.d.ts

/// <reference types="jest" />
declare namespace jest {
    interface Matchers<R, T> {
        toBeOneOf(expected: any[]): R;
    }
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/jest

Credits

These definitions were written by Joe Mitchard.

/@types/jest-matcher-one-of/

    Package Sidebar

    Install

    npm i @types/jest-matcher-one-of

    Weekly Downloads

    869

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    2.98 kB

    Total Files

    5

    Last publish

    Collaborators

    • types