a-synchronous / a-synchronous/rubico
rubico/x/startsWith
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 283
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
```coffeescript
startsWith(prefix string)(value string) -> boolean
```
Determine whether a string starts with a prefix.
```javascript
console.log(startsWith('h')('hey')) // true
```
Contributor guide
Assessment
This issue has not been assessed yet.