Files
med-notes/.pnpm-store/v10/files/48/ab32193c011014fe436bc86c3767d49f236ac3225c5ecc196ce9e491f86078f539f086d57da18bd60aeca92b5155dafadcd59536f499c6baa99a54f74d5300
2025-05-09 05:30:08 +02: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