mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 09:10:35 +08:00
6 lines
188 B
TypeScript
6 lines
188 B
TypeScript
(async () => {
|
|
const { buildInternalReverseChnCIDR } = await import('../build-internal-reverse-chn-cidr');
|
|
const stat = await buildInternalReverseChnCIDR();
|
|
postMessage(stat);
|
|
})();
|