/** * returns the provided value * @example * identity('hello') * // returns 'hello' */ export default function identity(value: T): T; //# sourceMappingURL=identity.d.ts.map