NewPlugin: {
    serialize: ((val, config, indentation, depth, refs, printer) => string);
    test: Test;
}

Type declaration

  • serialize: ((val, config, indentation, depth, refs, printer) => string)
      • (val, config, indentation, depth, refs, printer): string
      • Parameters

        • val: any
        • config: Config
        • indentation: string
        • depth: number
        • refs: Refs
        • printer: Printer

        Returns string

  • test: Test

Generated using TypeDoc