persona-community-5/.pnpm-store/v3/files/c7/5508ada671352460181002d73fc74201e770a12a0de8e54535be7fa85cc32950268ea8acce174263423de07242e03171d1b39cc29daff19e07d40a1e80d6db
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

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