starts-with@1.0.0
Returns `true` if the given string or array starts with prefix using strict equality for comparisons. Using fastest implementation from http://jsperf.com/starts-with-comparing-12-implementations
MIT
2015-03-31
安装 (1.0.0)
npm install starts-with@1.0.0
yarn add starts-with@1.0.0
pnpm add starts-with@1.0.0
bun add starts-with@1.0.0
devDependencies (3)
| 包名 | 版本要求 |
|---|---|
| benchmarked | ~0.1.4 |
| lab | ~5.5.1 |
| lodash.startswith | ~3.0.1 |