Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // export module to index
- const coffeeStock = {
- arabica: 100,
- robusta: 150,
- liberica: 200
- }
- module.export = coffeeStock
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement