This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
furao
/
test
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
ce09844a0d
ブランチ
タグ
master
test
/
public
/
themes
/
simple
/
_grunt
/
node_modules
/
uri-path
/
index.js
index.js
102 B
履歴
Raw
1
2
3
module.exports = function(path) {
return path.split(/[\\\/]/g).map(encodeURIComponent).join('/');
};