Sha256: d851073758ff1ce39bb428d8a3b3385ca26da1745ca742789e876d67dc0aae43
Contents?: true
Size: 548 Bytes
Versions: 6
Compression:
Stored size: 548 Bytes
Contents
/** * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * */ import type { Expect, MatcherState as JestMatcherState, Matchers as MatcherInterface } from './types'; declare const expectExport: Expect<JestMatcherState>; declare namespace expectExport { type MatcherState = JestMatcherState; interface Matchers<R, T = unknown> extends MatcherInterface<R, T> { } } export = expectExport;
Version data entries
6 entries across 6 versions & 1 rubygems