summaryrefslogtreecommitdiff
path: root/node_modules/uc.micro/index.mjs
blob: 21b80d34acc9641737293d8c0555c26acdf515bb (plain)
1
2
3
4
5
6
7
8
import Any from './properties/Any/regex.mjs';
import Cc  from './categories/Cc/regex.mjs';
import Cf  from './categories/Cf/regex.mjs';
import P   from './categories/P/regex.mjs';
import S   from './categories/S/regex.mjs';
import Z   from './categories/Z/regex.mjs';

export { Any, Cc, Cf, P, S, Z };