index
:
IRC
master
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
backend
/
modules
/
dummy.ts
blob: 00aaa4cc093ca9d89f592cdc865b4c3c9b1881ec (
plain
) (
blame
)
1
2
3
export default function
abc
() {
console
.
log
(
"abc from module"
);
}