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
/
npm
/
@denotest
/
cjs-module-export-assignment
/
1.0.0
/
index.d.ts
blob: a7b50005e6779f97d0a84bed5406494e61a6fcd8 (
plain
)
1
2
3
4
5
declare module ThisModule { function func(): 5; } export = ThisModule;