ConvertAnsi.d.ts 552 B

123456789101112
  1. /**
  2. * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
  3. *
  4. * This source code is licensed under the MIT license found in the
  5. * LICENSE file in the root directory of this source tree.
  6. */
  7. import { Config, Printer, NewPlugin } from '../types';
  8. export declare const test: (val: any) => boolean;
  9. export declare const serialize: (val: string, config: Config, indentation: string, depth: number, refs: any[], printer: Printer) => string;
  10. declare const plugin: NewPlugin;
  11. export default plugin;
  12. //# sourceMappingURL=ConvertAnsi.d.ts.map