UNPKG

t-comm

Version:

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

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