mirror of
https://github.com/sern-handler/website
synced 2026-06-14 20:02:21 +00:00
3 lines
43 B
JavaScript
3 lines
43 B
JavaScript
export function identity(x) {
|
|
return x;
|
|
} |