UNPKG

html-attribute-sorter

Version:

An html attribute sorter

3 lines (2 loc) 126 B
import { ISortOption } from "./options"; export declare function sortAttributes(html: string, options?: ISortOption): string;