Created
December 16, 2020 09:37
-
-
Save LiamChapman/7123f13c4fd1d92d1dc7ad14629e5f54 to your computer and use it in GitHub Desktop.
log exports from libraries / dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var myExports = require("my-library-dependency-i-want-to-see"); | |
| console.log(Object.keys(myExports)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment