UNPKG

72 BJavaScriptView Raw
1module.exports = {
2 a: 1,
3 b: 2, // only this should be kept
4 c: 3
5}