UNPKG

graphdb-workbench

Version:
2 lines (1 loc) 67 B
export type MapperFn<TInput, TOutput> = (data: TInput) => TOutput;