// @flow
// inspired by rambda and ramda

export default function identity<T>(value: T): T
