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
/
tests
/
testdata
/
type_definitions
/
bar.js
blob: e9c2e5193cce2174462772f124bb7c97c76ff319 (
plain
)
1
2
3
4
5
export class Bar { constructor() { this.baz = "baz"; } }