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

https://github.com/tabcat/ith-element

access javascript array indexes safely and easily
https://github.com/tabcat/ith-element

Last synced: about 1 year ago
JSON representation

access javascript array indexes safely and easily

Awesome Lists containing this project

README

          

# ith-element

Access javascript array indexes safely and easily.

Satisfies the Typscript compiler's `noUncheckedIndexedAccess` option.

## API

https://tabcat.github.io/ith-element/

## Install

Published to NPM at [`@tabcat/ith-element`](https://www.npmjs.com/package/@tabcat/ith-element)

## Build

```sh
pnpm install
pnpm build
```