UEA-PRODEM

This commit is contained in:
2026-06-10 12:14:46 -03:00
parent f54126b9d8
commit 9947565694
5319 changed files with 148520 additions and 129332 deletions
+2 -4
View File
@@ -5,9 +5,7 @@
// So, this schema is not such strict as defined in the YAML specification.
// It allows numbers in binary notaion, use `Null` and `NULL` as `null`, etc.
'use strict';
'use strict'
module.exports = require('./failsafe').extend({
implicit: [
@@ -16,4 +14,4 @@ module.exports = require('./failsafe').extend({
require('../type/int'),
require('../type/float')
]
});
})