UNPKG
@react-native-kakao/map
Version:
latest (2.2.7)
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
React Native Kakao Map SDK
rnkakao.dev
mym0404/react-native-kakao
@react-native-kakao/map
/
src
/
util
/
Const.ts
8 lines
(7 loc)
•
269 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
const
Const = {
/** * ios: codegen generate struct number fields with default value zero. * in some cases, we should check it is invalid value instead of checking is zero. */
nullNumber:
-123123123
, }
satisfies
(Record<string, any> & {}) & {};