This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
zouzexu
/
sports-miniapp
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
06c63c15cc
Gałęzie
Tagi
master
zt
zzx
sports-miniapp
/
node_modules
/
licia
/
startWith.js
startWith.js
102 B
Historia
Czysty
1
2
3
4
5
exports = function(str, prefix) {
return str.indexOf(prefix) === 0;
};
module.exports = exports;