Sha256: bf366d256534c349f24dee8a63769f4da06a8b3a529304de72a495bbd6a352d2
Contents?: true
Size: 449 Bytes
Versions: 6
Compression:
Stored size: 449 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 { MatchersObject, RawMatcherFn } from './types'; export declare const createMatcher: (matcherName: string, fromPromise?: boolean | undefined) => RawMatcherFn; declare const matchers: MatchersObject; export default matchers;
Version data entries
6 entries across 6 versions & 1 rubygems