@masknet/unicode/specific-set
Limit the range of literal characters
/** * @minItems Infinity */ export type Options = [ { pattern?: string flags?: string only?: 'code' | 'comment' }, ]