Sha256: e7622bc0de06f41f29a1217f1ab576e40d2f8d49230073fb887de0900e923e71
Contents?: true
Size: 451 Bytes
Versions: 6
Compression:
Stored size: 451 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 { PluginObj } from '@babel/core'; import { Identifier } from '@babel/types'; export default function jestHoist(): PluginObj<{ declareJestObjGetterIdentifier: () => Identifier; jestObjGetterIdentifier?: Identifier; }>;
Version data entries
6 entries across 6 versions & 1 rubygems