Guest User

Untitled

a guest
Jul 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. import b from './b.js';
  2. import c from './c.js';
  3.  
  4. console.log(b === c);
  5. console.log(b.count);
Add Comment
Please, Sign In to add comment