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
/
registry
/
jsr
/
@denotest
/
module-graph
/
1.4.0
/
mod.ts
blob: cb3c4a5e02fd13ca545692d6dec6373f108ce799 (
plain
)
1
2
3
4
5
import { Other } from "./other.ts"; export class Test { other = new Other(); }