UNPKG

prettier-plugin-multiline-arrays

Version:
5 lines (4 loc) 203 B
import { Node } from 'estree'; import { Printer } from 'prettier'; /** This is a proxy because the original printer is only set at run time. */ export declare const multilineArrayPrinter: Printer<Node>;