2025-04-02 21:57:33 +08:00

4 lines
82 B
JavaScript

export function identity(x) {
return x;
}
//# sourceMappingURL=identity.js.map