test02/node_modules/uc.micro/index.mjs
罗佳鸿 6aa1ebe342
Some checks are pending
部署文档 / deploy-gh-pages (push) Waiting to run
first commit
2024-08-13 10:11:19 +08:00

9 lines
302 B
JavaScript

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 };