Guest User

Untitled

a guest
May 25th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. const list = getFunctions();
  2.  
  3. {
  4. f1: function1,
  5. f2: function2,
  6. f3: function3
  7. }
  8.  
  9. export { list };
  10.  
  11. import { f1 } from './functionsList';
Add Comment
Please, Sign In to add comment