npm install --save @types/diffable-html
This package contains type definitions for diffable-html (https://github.com/rayrutjes/diffable-html#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/diffable-html.
declare function format(
html: string,
options?: {
sortAttributes?: (names: string[]) => string[];
},
): string;
export = format;
- Last updated: Mon, 06 Nov 2023 22:41:05 GMT
- Dependencies: none
These definitions were written by Zhang Yi Jiang.