UNPKG
camellia-out
Version:
latest (1.0.0)
1.0.0
可以输出camellia,好像是谁的网名
camellia-out
/
src
/
sayDamingxing.js
13 lines
(10 loc)
•
207 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
// src/sayZhangqiyi.js
/** * 输出 "张岐奕" 的函数 *
@returns
{string} "张岐奕" */
function
sayZhangqiyi
()
{
return
'张岐奕'
; }
// 导出函数
module
.
exports
= sayZhangqiyi;