This website works better with JavaScript
Главная
Обзор
Помощь
Вход
zouzexu
/
sports-miniapp
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
06c63c15cc
Ветки
Метки
master
zt
zzx
sports-miniapp
/
node_modules
/
licia
/
startWith.js
startWith.js
102 B
История
Исходник
1
2
3
4
5
exports = function(str, prefix) {
return str.indexOf(prefix) === 0;
};
module.exports = exports;