UNPKG

@map-component/vue-tmap

Version:

基于腾讯地图 JavaScript API GL、TypeScript 封装适用于 Vue3 的高性能地图组件库

6 lines (5 loc) 150 B
interface Dictionary<T> { [key: string]: T; } declare function keyBy<T>(collection: T[], iteratee: keyof T): Dictionary<T>; export default keyBy;