index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
testdata
/
coverage
/
multisource
/
baz
/
quux.ts
blob: ab8c62db66054b066cd68f613db1bc6cf13ab861 (
plain
)
1
2
3
4
5
6
7
export function quux(cond: boolean) { if (cond) { return 1; } else { return 2; } }