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