Sha256: d4b2caf5aa728a7e9d1378f940e728eaeb02c39b5a854e69901228ae06788992
Contents?: true
Size: 357 Bytes
Versions: 6
Compression:
Stored size: 357 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'; export default function getProjectDisplayName(projectConfig: Config.ProjectConfig): string | undefined;
Version data entries
6 entries across 6 versions & 1 rubygems