6 lines
154 B
JavaScript
6 lines
154 B
JavaScript
|
|
import getAsyncGeneratorFunction from './index.js';
|
||
|
|
|
||
|
|
export default getAsyncGeneratorFunction;
|
||
|
|
|
||
|
|
export { getAsyncGeneratorFunction as 'module.exports' };
|