Skip to content

Instantly share code, notes, and snippets.

@pelly-ryu
Created September 17, 2021 06:16
Show Gist options
  • Save pelly-ryu/e79e56d5fc69a4059e7856de6366b8aa to your computer and use it in GitHub Desktop.
Save pelly-ryu/e79e56d5fc69a4059e7856de6366b8aa to your computer and use it in GitHub Desktop.
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