Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
last part of core documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
poef committed Feb 9, 2024
1 parent ce2f568 commit 6ff02d5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/reference/symbols/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# metro.symbols

There are two symbols in metro.symbols:

```
metro.symbols.isProxy
metro.symbols.source
```

You can use these to test if an object is a metro proxy, and to recover the source object of such a Proxy.

0 comments on commit 6ff02d5

Please sign in to comment.