Home Manual Reference Source

src/cast/identity.js

const identity = (x) => x;
export default identity;