Files
2021-12-29 01:57:42 -08:00

7 lines
104 B
JavaScript

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