This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
bachir
/
ola5doc
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
1
プルリクエスト
0
Wiki
ツリー:
2a6e2ff863
ブランチ
タグ
master
ola5doc
/
sys
/
node_modules
/
es5-ext
/
function
/
constant.js
constant.js
85 B
履歴
Raw
1
2
3
4
5
'use strict';
module.exports = function (x) {
return function () { return x; };
};