mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-04-25 23:58:59 +00:00
3 lines
52 B
JavaScript
3 lines
52 B
JavaScript
export default function _identity(x) {
|
|
return x;
|
|
} |