Skip to content

Commit

Permalink
second demo
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Jan 14, 2018
1 parent 8960114 commit d10fb70
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/demo/src/index.js
Expand Up @@ -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 };

0 comments on commit d10fb70

Please sign in to comment.