UNPKG

bmap-api-types

Version:

TypeScript type definitions for BMAP API

6 lines (5 loc) 160 B
// Re-export all types from the core types file export * from './core'; // Export version info export const VERSION = '0.0.7'; export const API_VERSION = 'v1';