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