persona-community-5/.pnpm-store/v3/files/48/ab32193c011014fe436bc86c3767d49f236ac3225c5ecc196ce9e491f86078f539f086d57da18bd60aeca92b5155dafadcd59536f499c6baa99a54f74d5300
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

12 lines
185 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _identity;
function _identity(x) {
return x;
}
//# sourceMappingURL=identity.js.map