persona-community-5/.pnpm-store/v3/files/e4/d894a06045c67c09336b91f9aa820944717b6ea6597023d4311fb8fdeb6b8d695cc719f63222acc71fb0154115b8e2f5410afb099886f5319f4a1bd68cb083
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

11 lines
184 B
Plaintext

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