7 lines
104 B
JavaScript
7 lines
104 B
JavaScript
module.exports = function () {
|
|
this.seq().obj(
|
|
this.key('n').int(),
|
|
this.key('e').int()
|
|
)
|
|
}
|