5 lines
83 B
JavaScript
Raw Normal View History

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