irritable-iterable

v1.4.0
Collection functions for JavaScript iterators, generators and iterables.

build:cjs

rm -rfd ./dist/cjs; npx tsc --project tsconfig.cjs.json

build:es

rm -rfd ./dist/es; npx tsc --project tsconfig.es.json

build

rm -rfd ./dist && npm run build:es && npm run build:cjs

eslint

npx eslint . --ext ts,tsx,js,jsx

lint

npx prettier -l "{,!(node_modules)/**/}*.{ts,tsx,md,yml,json,html}" && npm run eslint

lint-fix

npx prettier --write "{,!(node_modules)/**/}*.{ts,tsx,md,yml,json,html}" && npm run eslint --fix

test

npx jest --coverage

watch

npx jest --watch --testPathIgnorePatterns performance.spec

dev

npm run watch

pretest

npm run lint

coverage-publish

cat ./coverage/lcov.info | coveralls

postinstall

node scripts/postInstall.js
npm i irritable-iterable

Metadata

  • MPL-2.0
  • ^10 || >=12
  • Scott Willeke
  • released 11/29/2023

Downloads

Maintainers