9 lines
214 B
TypeScript
9 lines
214 B
TypeScript
/**
|
|
* Sort attribute values.
|
|
*
|
|
* @returns
|
|
* Transform.
|
|
*/
|
|
export default function rehypeSortAttributeValues(): (tree: Root) => undefined;
|
|
import type { Root } from 'hast';
|
|
//# sourceMappingURL=index.d.ts.map
|