UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

5 lines (4 loc) 227 B
import { LocationInterface, LocationOptions, LocationResult } from '../location-interface'; export default class MsdkLocation implements LocationInterface { getLocation(options: LocationOptions): Promise<LocationResult>; }