Guest User

Untitled

a guest
Mar 6th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. export const func1 = (value) =>{
  2. console.log('export_test1.js func1')
  3. return value*2
  4. }
  5.  
  6. export const func2 = (value) =>{
  7. console.log('export_test1.js func2')
  8. return value**2
  9. }
Add Comment
Please, Sign In to add comment