2 lines
56 B
TypeScript
2 lines
56 B
TypeScript
|
|
export type MappingFunction<T, R> = (mappable: T) => R;
|