UNPKG

mapillary-js

Version:

A WebGL interactive street imagery library

2 lines (1 loc) 53 B
export type Func<T, TResult> = (item: T) => TResult;