UNPKG

@typedly/array

Version:

A TypeScript type definitions package to handle array-related operations.

60 lines (59 loc) 1.25 kB
{ "name": "@typedly/array", "version": "3.0.0", "author": "wwwdev.io <dev@wwwdev.io>", "description": "A TypeScript type definitions package to handle array-related operations.", "license": "MIT", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "repository": { "type": "git", "url": "git+https://github.com/typedly/array.git" }, "bugs": { "url": "https://github.com/typedly/array/issues" }, "keywords": [ "@typedly", "@typedly/array", "AppendDuplicates", "AppendIfExists", "AppendUnique", "Append", "Fill", "First", "Includes", "Insert", "Last", "Length", "Prepend", "Remove", "Reverse", "Slice", "Unique", "ToUnion" ], "funding": [ { "type": "stripe", "url": "https://donate.stripe.com/dR614hfDZcJE3wAcMM" }, { "type": "revolut", "url": "https://checkout.revolut.com/pay/048b10a3-0e10-42c8-a917-e3e9cb4c8e29" } ], "sideEffects": false, "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/typedly-array.mjs" } } }