/** A comment for a number */ var number = 5; /** A comment for obj */ var obj = { number }; export { obj };