274 packages
array-first-g
"Get the first element or first n elements of an array.Study from jonschlinkert/array-first
array-last-g
Get the last or last n elements in an array.Study from Jon Schlinkert/array-last.
array-range-g
creates a new array with given range
array-slice-g
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.Study from jonschlinkert/array-slice
dedupe-g
数组内部值的去重.Study from seriousManual/dedupe
encode-domains
Transform `https://example.com` to `atob('aHR0cHM6Ly9leGFtcGxlLmNvbQ==')`.
esbuild-plugin-remove-import-type
remove import-type in third party dependencies
euv-gesture
gesture for vue component
image-kit-comp
## Get Started
is-number-g
Returns true if the value is a number. comprehensive tests.Study from jonschlinkert/is-number