Sha256: 8610558ae88a43ad794c4ab1da4f0e8e174e0357c88f6cbb21f523e67414e9a9
Contents?: true
Size: 331 Bytes
Versions: 6
Compression:
Stored size: 331 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. */ export declare type TransformResult = { code: string; originalCode: string; sourceMapPath: string | null; };
Version data entries
6 entries across 6 versions & 1 rubygems