2021-12-07 13:18:08 -05:00

7 lines
104 B
JavaScript

module.exports = function () {
this.seq().obj(
this.key('n').int(),
this.key('e').int()
)
}