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