indexable-array

v0.7.2
Extended native JavaScript Array which provides indexed lookup similar to native Map.
lookup hash index set map array

execute

ts-node --transpile-only --compiler-options '{ "module": "commonjs" }'

watch

ts-node-dev --no-notify --respawn --transpile-only --compiler-options '{ "module": "commonjs" }'

lint

eslint --ignore-path .gitignore --cache --max-warnings 0 --ext js,jsx,ts,tsx,vue --fix .

format

prettier . --write

release

npm run readme && git pull && git add -A && git commit && git push --follow-tags

test

jest --coverage

readme

node module-files/scripts/tsmod.js readme

build

tsc --incremental

_postinstall

is-ci || husky install

postpublish

pinst --enable

prepublishOnly

pinst --disable

yo:update

yo tsmod:uninstall --no-install --force && yo 'tsmod'

Metadata

  • MIT
  • >= 12.0.0
  • Özüm Eldoğan
  • released 2/12/2024

Downloads

Maintainers