UNPKG

linkify-it-for-enhancer

Version:

Links recognition library with FULL unicode support

5 lines (4 loc) 136 B
import { CreateRegExpResult } from './types'; export declare const createRegExp: (opts: { "---": boolean; }) => CreateRegExpResult;