UNPKG

uniorg-slug

Version:

uniorg plugin to add `id` attributes to headlines

6 lines (5 loc) 148 B
import type { Plugin } from 'unified'; export interface Options { } export declare const uniorgSlug: Plugin<[Options?]>; export default uniorgSlug;