auth-api/tests/node_modules/resolve/index.mjs

5 lines
93 B
JavaScript
Raw Normal View History

2021-06-23 22:30:45 +02:00
import async from 'resolve/async';
import sync from 'resolve/sync';
export { async, sync };