index
:
midi/node-midi-project.git
master
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test.js
blob: 87303229e1436fef5911f07a3564799bd48fa77e (
plain
)
1
2
3
4
5
6
function
testme
(){
console
.
log
(
"hello"
);
}
module
.
exports
=
{
bj
:
testme
};