persona-community-5/.pnpm-store/v3/files/e5/50cb9ddd2a0eb91b79e8c154a0f3e2d41229fcefd405b8b5a18bdc6954392d384d562ddb3b167a1343398f448a1854b4d9c14b3a8c53988631463ac0f9aeb0
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
231 B
Plaintext

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