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.
- Host: GitHub
- URL: https://github.com/afeiship/data-arary
- Owner: afeiship
- License: mit
- Created: 2018-03-03T07:50:40.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T13:43:20.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T08:15:05.023Z (over 1 year ago)
- Topics: array, data, data-structure, js, list
- Language: TypeScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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