@types/pretty
TypeScript icon, indicating that this package has built-in type declarations

2.0.3 • Public • Published

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

interface PrettyOptions {
    ocd: boolean;
}

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

export = pretty;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by .

Readme

Keywords

none

Package Sidebar

Install

npm i @types/pretty

Weekly Downloads

35,173

Version

2.0.3

License

MIT

Unpacked Size

2.59 kB

Total Files

5

Last publish

Collaborators

  • types