Guest User

Untitled

a guest
Nov 22nd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. export default (()=>{
  2. // code
  3. return { // the exportable interface
  4. add(...
  5. subtract(...
  6. ... etc
  7. };
  8. })();
  9.  
  10. import fixedMath from "smallMathMod.js"
  11.  
  12. fixedMath.add(10,10);
Add Comment
Please, Sign In to add comment