Skip to content

Commit fae1532

Browse files
SamChou19815facebook-github-bot
authored andcommitted
Remove $PropertyType shim
Summary: Changelog: [Internal] Reviewed By: gkz Differential Revision: D72347503 fbshipit-source-id: 11d00394a0b0e50a28aefdbb984a55ebdbc5bb58
1 parent 3af66fd commit fae1532

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/react-native/flow/global.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,3 @@ declare var global: {
8686
// Undeclared properties are implicitly `any`.
8787
[string | symbol]: any,
8888
};
89-
90-
type $PropertyType<T, K> = T[K];

0 commit comments

Comments
 (0)