Assignment5_new/node_modules/resolve/index.mjs

5 lines
93 B
JavaScript
Raw Normal View History

2025-01-07 05:14:59 +00:00
import async from 'resolve/async';
import sync from 'resolve/sync';
export { async, sync };