astro-ghostcms/.pnpm-store/v3/files/2e/c57f2cc83f681dc142c8b128d97...

9 lines
191 B
Plaintext

'use strict';
var Type = require('../type');
module.exports = new Type('tag:yaml.org,2002:seq', {
kind: 'sequence',
construct: function (data) { return data !== null ? data : []; }
});