Skip to content

Instantly share code, notes, and snippets.

@Frondor
Created November 1, 2019 05:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Frondor/3f5a86c62a33b891f77a837da5919030 to your computer and use it in GitHub Desktop.
Save Frondor/3f5a86c62a33b891f77a837da5919030 to your computer and use it in GitHub Desktop.
suite
const a = () => {};
module.exports = a;
const b = () => {};
module.exports = b;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment