persona-community-5/.pnpm-store/v3/files/2a/6abdcbdaf86a43744dc69fe475ab454eec8bdfc1953d7a2f970be9a84a395af21a7fbb66cf1e2fe1023d4a5316f3f24faf1207272b973ae135b491fe3fbc16
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

9 lines
189 B
Plaintext

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