Initial commit
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
module.exports = function () {
|
||||
this.seq().obj(
|
||||
this.key('n').int(),
|
||||
this.key('e').int()
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user