Sha256: 7330f0c9bdaa41af4daf6f0ad658ed7a1d582f29b0277a07bd5533d03d1f630c
Contents?: true
Size: 411 Bytes
Versions: 96
Compression:
Stored size: 411 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 { NewPlugin } from '../types'; export declare const serialize: NewPlugin['serialize']; export declare const test: NewPlugin['test']; declare const plugin: NewPlugin; export default plugin;
Version data entries
96 entries across 32 versions & 2 rubygems