a-synchronous / a-synchronous/rubico
rubico/x/startsWith
Abierto
enhancement
- Lenguaje dominante
- JavaScript
- Estrellas
- 283
- Forks
- 17
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
```coffeescript
startsWith(prefix string)(value string) -> boolean
```
Determine whether a string starts with a prefix.
```javascript
console.log(startsWith('h')('hey')) // true
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.