index.mjs 124 B

1234
  1. import getAsyncFunction from './index.js';
  2. /** @type {import('./index.d.mts').default} */
  3. export default getAsyncFunction;