second demo

This commit is contained in:
Jason Miller 2018-01-14 13:37:25 -05:00
parent 8960114faf
commit d10fb70901

View File

@ -2,4 +2,8 @@ import { two } from './two';
export default async function(...args) {
return [await two(...args), await two(...args)];
}
}
// function one() { return 'one'; }
// export default { one, two };
// export { one, two };