UNPKG

@types/pretty

Version:
8 lines (5 loc) 136 B
interface PrettyOptions { ocd: boolean; } declare function pretty(str: string, options?: PrettyOptions): string; export = pretty;