/**
* Returns the first argument it receives.
*/
export function identityFunc(x) {
return x;
}
Powered by TurnKey Linux.