4 lines
No EOL
82 B
JavaScript
4 lines
No EOL
82 B
JavaScript
export function identity(x) {
|
|
return x;
|
|
}
|
|
//# sourceMappingURL=identity.js.map
|