Assignment5_new/node_modules/resolve/index.mjs
2025-01-07 10:44:59 +05:30

5 lines
93 B
JavaScript

import async from 'resolve/async';
import sync from 'resolve/sync';
export { async, sync };