Guest User

Untitled

a guest
May 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. export foo() {..};
  2. export const bar = 3.14;
  3.  
  4. import { foo, bar } from './foo.js';
Add Comment
Please, Sign In to add comment