identity.js 82 Bytes Edit 1 2 3 4 export function identity(x) { return x; } //# sourceMappingURL=identity.js.map