7 lines
233 B
Plaintext
7 lines
233 B
Plaintext
'use strict';
|
|
var type_1 = require("../type");
|
|
module.exports = new type_1.Type('tag:yaml.org,2002:seq', {
|
|
kind: 'sequence',
|
|
construct: function (data) { return null !== data ? data : []; }
|
|
});
|
|
//# sourceMappingURL=seq.js.map |