2.0.3 • Published 5 months ago

@types/pretty v2.0.3

Weekly downloads
13,871
License
MIT
Repository
github
Last release
5 months ago

Installation

npm install --save @types/pretty

Summary

This package contains type definitions for pretty (https://github.com/jonschlinkert/pretty).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pretty.

index.d.ts

// Type definitions for pretty 2.0
// Project: https://github.com/jonschlinkert/pretty
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

interface PrettyOptions {
    ocd: boolean;
}

declare function pretty(str: string, options?: PrettyOptions): string;

export = pretty;

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:35:18 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.