persona-community-5/.pnpm-store/v3/files/b3/1e8c633145e0c9a45b36709ff25a2cc8ce67fc4db0653f5c5b244bb6b6d49f1510c0fe8cead26fa20a484981af4caf675f628ec0df6198fa0947900b93e388
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
182 B
Plaintext

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