UNPKG
uniorg-slug
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
0.5.9
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.0
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.25
0.1.24
0.1.23
uniorg plugin to add `id` attributes to headlines
github.com/rasendubi/uniorg
rasendubi/uniorg
uniorg-slug
/
lib
/
index.d.ts
6 lines
(5 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
Plugin
}
from
'unified'
;
export
interface
Options
{ }
export
declare
const
uniorgSlug
:
Plugin
<[
Options
?]>;
export
default
uniorgSlug;