UNPKG

@appsemble/lang-sdk

Version:

Language SDK for Appsemble

4 lines (3 loc) 228 B
import { type DurationObject, type GeoCoordinates } from 'ics'; export declare function getDuration(duration: number | string): DurationObject; export declare function processLocation(location: any): GeoCoordinates | undefined;