UNPKG

korimsoft-tyfun

Version:

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

2 lines 103 B
export type Mapper<FromType, ToType> = (from: FromType) => ToType; //# sourceMappingURL=mapper.d.ts.map