Skip to content

Instantly share code, notes, and snippets.

@LiamChapman
Created December 16, 2020 09:37
Show Gist options
  • Select an option

  • Save LiamChapman/7123f13c4fd1d92d1dc7ad14629e5f54 to your computer and use it in GitHub Desktop.

Select an option

Save LiamChapman/7123f13c4fd1d92d1dc7ad14629e5f54 to your computer and use it in GitHub Desktop.
log exports from libraries / dependencies
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