Created
November 1, 2019 05:52
-
-
Save Frondor/3f5a86c62a33b891f77a837da5919030 to your computer and use it in GitHub Desktop.
suite
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
const a = () => {}; | |
module.exports = a; |
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
const b = () => {}; | |
module.exports = b; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment