An open API service indexing awesome lists of open source software.

https://github.com/afeiship/data-arary

Data array with some new methods.
https://github.com/afeiship/data-arary

array data data-structure js list

Last synced: about 2 months ago
JSON representation

Data array with some new methods.

Awesome Lists containing this project

README

          

# data-arary
> Data array with some new methods.

[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]

## installation
```shell
npm install @jswork/data-arary
```

## usage
```js
import dataArary from '@jswork/data-arary';

// usage goes here.
```

## types
```ts
///
```

## license
Code released under [the MIT license](https://github.com/afeiship/data-arary/blob/master/LICENSE.txt).

[version-image]: https://img.shields.io/npm/v/@jswork/data-arary
[version-url]: https://npmjs.org/package/@jswork/data-arary

[license-image]: https://img.shields.io/npm/l/@jswork/data-arary
[license-url]: https://github.com/afeiship/data-arary/blob/master/LICENSE.txt

[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/data-arary
[size-url]: https://github.com/afeiship/data-arary/blob/master/dist/index.min.js

[download-image]: https://img.shields.io/npm/dm/@jswork/data-arary
[download-url]: https://www.npmjs.com/package/@jswork/data-arary