UNPKG
@cambridge-pte/gigya
Version:
latest (3.0.5)
3.0.5
3.0.4
3.0.3
3.0.2
Fork of Scott Hvestadt's Gigya SDK for NodeJS.
github.com/cambridge-pte/gigya
cambridge-pte/gigya
@cambridge-pte/gigya
/
dist
/
lib
/
interfaces
/
target-env.d.ts
3 lines
(2 loc)
•
80 B
TypeScript
View Raw
1
2
3
export
declare
type
TargetEnv
=
'browser'
|
'mobile'
;
export
default
TargetEnv
;