Skip to main content
Module

x/rambda/identity.js

Faster and smaller alternative to Ramda
Go to Latest
File
export function identity(input){ return input}