UNPKG
@appsemble/lang-sdk
Version:
latest (0.36.9)
next (0.36.10-test.3)
0.36.10-test.3
0.36.10-test.2
0.36.10-test.1
0.36.10-test.0
0.36.9
0.36.8
0.36.7
0.36.7-test.0
0.36.6
0.36.6-test.0
0.36.5
0.36.5-test.6
0.36.5-test.5
0.36.5-test.4
0.36.5-test.3
0.36.5-test.2
0.36.5-test.1
0.36.5-test.0
0.36.4
0.36.3
0.36.3-test.6
0.36.3-test.5
0.36.2-test.6
0.36.2-test.5
0.36.2-test.4
0.36.2-test.3
0.36.2-test.2
0.36.2-test.1
0.36.2-test.0
0.36.1
0.35.20
0.35.19
0.35.18
0.35.17
0.35.16
0.35.16-test.0
0.35.15
0.35.14
0.35.11-test.4
0.35.11-test.3
0.35.11-test.2
0.35.11-test.1
0.35.11-test.0
0.35.10-test.0
0.35.9
0.35.8
0.35.7
0.35.6
0.35.4
0.35.3
0.35.3-test.0
0.34.21
0.34.20
0.34.19
0.34.18-test.1
0.34.16
0.34.15
0.34.15-test.1
0.34.15-test.0
0.34.14
0.34.13
0.34.12
0.34.11
0.34.10
0.34.9
0.34.9-test.0
0.34.8
0.34.7
0.34.6
0.34.5-test.0
0.34.4
0.34.2
0.34.1-test.3
0.34.1-test.2
0.34.1-test.1
0.34.0
0.33.11
0.33.10
0.33.9
0.33.7
Language SDK for Appsemble
appsemble.app
@appsemble/lang-sdk
/
ics.d.ts
4 lines
(3 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
import
{
type
DurationObject
,
type
GeoCoordinates
}
from
'ics'
;
export
declare
function
getDuration
(
duration
:
number
|
string
):
DurationObject
;
export
declare
function
processLocation
(
location
:
any
):
GeoCoordinates
|
undefined
;