Created
September 17, 2021 06:16
-
-
Save pelly-ryu/e79e56d5fc69a4059e7856de6366b8aa to your computer and use it in GitHub Desktop.
This file contains 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
function a() { | |
return true | |
} | |
function b() { | |
return 0 | |
} | |
export default { | |
a, | |
b | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment