UNPKG
linkify-it-for-enhancer
Version:
latest (6.0.0)
6.0.0
5.0.1020
5.0.1010
Links recognition library with FULL unicode support
linkify-it-for-enhancer
/
dist
/
re.d.ts
5 lines
(4 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
5
import
{
CreateRegExpResult
}
from
'./types'
;
export
declare
const
createRegExp
:
(
opts
: {
"---"
:
boolean
; }
) =>
CreateRegExpResult
;