7 lines
90 B
JavaScript
7 lines
90 B
JavaScript
module.exports = {
|
|
"a":1,
|
|
"b":2,
|
|
"c{}{}":3,
|
|
"d{a}{b}":4,
|
|
"e":5
|
|
}
|