Sha256: 618b381961a42fb3fa935a760db63b9f54001751fda04bf868688151bfaf51f7
Contents?: true
Size: 379 Bytes
Versions: 6
Compression:
Stored size: 379 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 { Config } from '@jest/types'; declare const activeFilters: (globalConfig: Config.GlobalConfig, delimiter?: string) => string; export default activeFilters;
Version data entries
6 entries across 6 versions & 1 rubygems