persona-community-5/.pnpm-store/v3/files/61/54cf88afdf702b8ef6c27478f5bf15f1d2f8f0ee40534830a0ed562f911b04a80c47e7cef41778d56c44b10afa928341e461da01c76de1587d39a9c50bc5c4
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:str', {
kind: 'scalar',
construct: function (data) { return null !== data ? data : ''; }
});