persona-community-5/.pnpm-store/v3/files/1e/34717748d78f16cfbc0776eabe58547f3535008de1c8c168e1c40ee66f24527d6cd3717285bbd96c1735d753e4a527ce03d30ce9dad1ea15502016304a2614
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

14 lines
345 B
Plaintext

'use strict';
var schema_1 = require("../schema");
var schema = new schema_1.Schema({
include: [
require('./default_safe')
],
explicit: [
require('../type/js/undefined'),
require('../type/js/regexp')
]
});
schema_1.Schema.DEFAULT = schema;
module.exports = schema;
//# sourceMappingURL=default_full.js.map