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

0.40.3 • Public • Published

Installation

npm install --save @types/pretty-data

Summary

This package contains type definitions for pretty-data (https://github.com/vkiryukhin/pretty-data#readme).

Details

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

index.d.ts

export const pd: {
    xml: (data: string) => string;
    json: (data: string) => string;
    css: (data: string, preserveComments?: boolean) => string;
    sql: (data: string) => string;
    xmlmin: (data: string, preserveComments?: boolean) => string;
    jsonmin: (data: string) => string;
    cssmin: (data: string) => string;
    sqlmin: (data: string) => string;
};

Additional Details

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

Credits

These definitions were written by Zeeshan Ahmad.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/pretty-data

Weekly Downloads

8,561

Version

0.40.3

License

MIT

Unpacked Size

3.31 kB

Total Files

5

Last publish

Collaborators

  • types