Home Reference Source

js-junk-bucket-repo/fn.js


function identity(i) {
	return i;
}

module.exports = {
	identity
};