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
/
subdir
/
redirects
/
b.ts
blob: cdb71eaae4e6adbb1d11368d2e6f5110ddff3125 (
plain
)
1
2
3
4
5
import { A } from "./a.ts"; export function createA(): A { return new A(); }