UNPKG
rehype-attr2
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
New syntax to add attributes to Markdown.
github.com/gaki2/rehype-attr
gaki2/rehype-attr
rehype-attr2
/
lib
/
utils.d.ts
3 lines
(2 loc)
•
129 B
TypeScript
View Raw
1
2
3
export
declare
const
toUrlSafeString
:
(
str
:
string
) =>
string
;
export
declare
const
createRandomString
:
(
len
:
number
) =>
string
;