Sha256: eb0080b1b30312786ce7659ab2bdc5d73b6e06893b5ea7f42eade2f55e9bb604
Contents?: true
Size: 404 Bytes
Versions: 6
Compression:
Stored size: 404 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 { TransformOptions } from '@babel/core'; import type { SyncTransformer } from '@jest/transform'; declare const transformer: SyncTransformer<TransformOptions>; export default transformer;
Version data entries
6 entries across 6 versions & 1 rubygems