UNPKG

unicode-regex

Version:

regular expression for matching unicode category

4 lines (3 loc) 166 B
import { Charset } from 'regexp-util'; import type { Category } from './types.generated.js'; export default function unicode(categories: Partial<Category>): Charset;