auth-api/tests/node_modules/resolve/index.mjs
2021-06-23 22:30:45 +02:00

5 lines
93 B
JavaScript

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