Advertisement
xcage88

state

Sep 26th, 2022
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // export module to index
  2. const coffeeStock = {
  3.     arabica: 100,
  4.     robusta: 150,
  5.     liberica: 200
  6. }
  7.  
  8. module.export = coffeeStock
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement