UNPKG
html-attribute-sorter
Version:
latest (0.4.3)
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
An html attribute sorter
shufo/html-attribute-sorter
html-attribute-sorter
/
dist
/
types
/
main.d.ts
3 lines
(2 loc)
•
126 B
TypeScript
View Raw
1
2
3
import
{
ISortOption
}
from
"./options"
;
export
declare
function
sortAttributes
(
html
:
string
,
options
?:
ISortOption
):
string
;