1
1
# Array Helpers
2
2
3
- [ ![ NPM version] [ npm-image ]] [ npm-url ] [ ![ Downloads] [ downloads-image ]] [ npm-stats ] [ ![ Build Status ] [ travis-image ]] [ travis-url ] [ ![ Coveralls Status ] [ coveralls-image ]] [ coveralls-url ] [ ![ Codecov Status ] [ codecov-image ]] [ codecov-url ] [ ![ Scrutinizer Code Quality ] [ scrutinizer-image ]] [ scrutinizer-url ]
3
+ [ ![ NPM version] [ npm-image ]] [ npm-url ] [ ![ Downloads] [ downloads-image ]] [ npm-stats ]
4
4
5
5
Array helpers, so you can get very fast your data from the array.
6
6
@@ -9,15 +9,14 @@ Array helpers, so you can get very fast your data from the array.
9
9
If it has saved you development time, please consider [ sponsoring the project] ( https://github.com/sponsors/w3nl )
10
10
with GitHub sponsors!
11
11
12
- But me a coffee/book: https://www.buymeacoffee.com/hckrnews
13
12
Or on patreon: https://patreon.com/w3news
14
13
15
14
## Example usage
16
15
17
16
here an example array.
18
17
19
18
``` javascript
20
- import { Arr } from ' @hckrnews /arrays' ;
19
+ import { Arr } from ' @trojs /arrays' ;
21
20
22
21
var exampleArray = new Arr ([
23
22
{
@@ -544,32 +543,24 @@ npm run lint
544
543
545
544
## node.js
546
545
547
- To include @hckrnews /arrays in Node, first install with npm.
546
+ To include @trojs /arrays in Node, first install with npm.
548
547
549
548
```
550
- npm install @hckrnews /arrays
549
+ npm install @trojs /arrays
551
550
```
552
551
553
552
Use the package in your node files.
554
553
555
554
``` javascript
556
- import { Arr } from ' @hckrnews /arrays' ;
555
+ import { Arr } from ' @trojs /arrays' ;
557
556
```
558
557
559
558
Than you can use all array helpers from this package in your node files.
560
559
561
560
An example is included ` example/node.js `
562
561
563
562
564
- [ downloads-image ] : https://img.shields.io/npm/dm/@hckrnews/arrays.svg
565
- [ npm-url ] : https://www.npmjs.com/package/@hckrnews/arrays
566
- [ npm-image ] : https://img.shields.io/npm/v/@hckrnews/arrays.svg
567
- [ npm-stats ] : https://npm-stat.com/charts.html?package=@hckrnews/arrays
568
- [ travis-url ] : https://www.travis-ci.com/github/hckrnews/arrays
569
- [ travis-image ] : https://www.travis-ci.com/hckrnews/arrays.svg?branch=main
570
- [ coveralls-url ] : https://coveralls.io/r/hckrnews/arrays
571
- [ coveralls-image ] : https://img.shields.io/coveralls/hckrnews/arrays/master.svg
572
- [ codecov-url ] : https://app.codecov.io/gh/hckrnews/arrays
573
- [ codecov-image ] : https://img.shields.io/codecov/c/github/hckrnews/arrays.svg
574
- [ scrutinizer-url ] : https://scrutinizer-ci.com/g/hckrnews/arrays/?branch=master
575
- [ scrutinizer-image ] : https://scrutinizer-ci.com/g/hckrnews/arrays/badges/quality-score.png?b=main
563
+ [ downloads-image ] : https://img.shields.io/npm/dm/@trojs/arrays.svg
564
+ [ npm-url ] : https://www.npmjs.com/package/@trojs/arrays
565
+ [ npm-image ] : https://img.shields.io/npm/v/@trojs/arrays.svg
566
+ [ npm-stats ] : https://npm-stat.com/charts.html?package=@trojs/arrays
0 commit comments