UNPKG
react-native-adapty
Version:
latest (3.15.1)
3.15.1
3.15.0
3.14.2
3.14.1
3.14.0
3.11.4
3.11.3
3.11.2
3.11.1
3.11.0
3.10.0
3.8.2
3.8.1
3.8.0
3.6.1
3.6.0
3.4.1
3.4.0
3.3.1
3.3.0
3.1.0
3.0.2-canary.0
3.0.1
3.0.0
2.11.3
2.11.2
2.11.1
2.11.0
2.10.1
2.10.0
2.9.8
2.9.7
2.9.6
2.9.6-canary.0
2.9.5
2.9.5-canary.0
2.9.4
2.9.4-canary.0
2.9.3
2.9.2
2.9.1
2.9.0
2.7.0
2.7.0-canary.1
2.7.0-canary.0
2.6.1-canary.1
2.6.0
2.6.0-rc.16
2.6.0-rc.15
2.6.0-rc.14
2.6.0-rc.13
2.6.0-rc.12
2.6.0-rc.11
2.6.0-rc.10
2.6.0-rc.9
2.6.0-rc.8
2.6.0-rc.7
2.6.0-rc.6
2.6.0-rc.5
2.6.0-rc.4
2.6.0-rc.3
2.6.0-rc.2
2.6.0-rc.1
2.4.8
2.4.8-canary.1
2.4.7
2.4.7-beta.2
2.4.7-beta.1
2.4.7-beta
2.4.6
2.4.5
2.4.4
2.4.3
2.4.3-canary.0
2.4.2
2.4.1-nightly
2.4.0
2.3.13
2.3.13-nightly
2.3.12
2.3.11
2.3.10
2.3.9
2.3.9-beta.1
2.3.9-beta
2.3.8
2.3.7-beta
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
1.4.1
1.4.0
1.3.13
1.3.12
1.3.11
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-4
1.0.0-3
1.0.0-2
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1-beta
0.3.0-beta
0.2.5-beta
0.2.4-beta
0.2.3-beta
0.2.2-beta
0.2.1-beta
0.2.0-beta
0.1.5
0.1.4-rc
0.1.3-rc
0.1.2-rc
0.1.1-rc
0.1.0-rc
0.0.1-beta
Adapty React Native SDK
adapty.io/docs/react-native-sdk-overview
adaptyteam/AdaptySDK-React-Native
react-native-adapty
/
dist
/
coders
/
json.d.ts
9 lines
•
285 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Converter
}
from
'./types'
;
type
Model
=
any
;
type
Serialized
=
string
;
export
declare
class
JSONCoder
implements
Converter
<
Model
,
Serialized
> {
decode
(
input
:
Serialized
):
Model
;
encode
(
value
:
Model
):
Serialized
; }
export
{};
//# sourceMappingURL=json.d.ts.map