UNPKG
emtandrem
Version:
latest (1.0.0)
1.0.0
EMT!!
emtandrem
/
index.js
8 lines
•
126 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
var
fn = {
name
:
'EMTandREM'
,
school
:
'php@itcast'
,
say
:
function
(
) {
console
.
log
(
'EMT'
); } }
module
.
exports
= fn