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
- Host: GitHub
- URL: https://github.com/tabcat/ith-element
- Owner: tabcat
- Created: 2024-06-30T23:55:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T14:46:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T12:25:46.753Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```