[Metro > Common] Properly type moment
This commit is contained in:
parent
9080769a0c
commit
1ede4e088e
2 changed files with 3 additions and 3 deletions
|
@ -14,4 +14,4 @@ export const ReactNative = basicFind("Text") as typeof import("react-native");
|
|||
export const constants = basicFind("AbortCodes");
|
||||
|
||||
// Export moment
|
||||
export const moment = basicFind("isMoment");
|
||||
export const moment = basicFind("isMoment") as typeof import("moment");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue