UNPKG
itcast-php-teacher6
Version:
latest (1.0.0)
1.0.0
this is a demo
itcast-php-teacher6
/
index.js
8 lines
•
133 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
var
fn = {
name
:
'phpopenfather'
,
school
:
'php@itcast'
,
say
:
function
(
) {
console
.
log
(
'悟空'
); } }
module
.
exports
= fn