Spaces:
Running
Running
/** | |
* Returns the first argument it receives. | |
*/ | |
export function identityFunc(x) { | |
return x; | |
} | |
/** | |
* Returns the first argument it receives. | |
*/ | |
export function identityFunc(x) { | |
return x; | |
} | |