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