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