UNPKG

korimsoft-tyfun

Version:

Korimsoft's TyFun - A library of TypeScript functions, types, helpers, and utilities

3 lines 126 B
import { Mapper } from './mapper'; export declare function identity<T>(): Mapper<T, T>; //# sourceMappingURL=identity.d.ts.map