knowledgebase_law/node_modules/resolve/index.mjs

5 lines
93 B
JavaScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
import async from 'resolve/async';
import sync from 'resolve/sync';
export { async, sync };