Sha256: 4b0465994a4b18dd63a9af850c74024e6184deac2477ab87135f7d1b11a07178
Contents?: true
Size: 447 Bytes
Versions: 6
Compression:
Stored size: 447 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'; import type { ShouldInstrumentOptions } from './types'; export default function shouldInstrument(filename: Config.Path, options: ShouldInstrumentOptions, config: Config.ProjectConfig): boolean;
Version data entries
6 entries across 6 versions & 1 rubygems