Sha256: 344ec84f2d6f56e5694f13769971b8610efdc05716cf2983165297a0bd470edc
Contents?: true
Size: 551 Bytes
Versions: 6
Compression:
Stored size: 551 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 const makeInvalidReturnValueError: () => string; export declare const makeInvalidSourceMapWarning: (filename: string, transformPath: string) => string; export declare const makeInvalidSyncTransformerError: (transformPath: string) => string; export declare const makeInvalidTransformerError: (transformPath: string) => string;
Version data entries
6 entries across 6 versions & 1 rubygems