itertools

v2.3.2
A JavaScript port of Python's awesome itertools standard library
itertool itertools node-itertools

build

tsup

format

prettier --write src/ test/

lint

npm run lint:eslint && npm run lint:prettier

lint:eslint

eslint --report-unused-disable-directives src/ test/

lint:prettier

prettier --list-different src/ test/

lint:package

publint --strict && attw --pack

test

vitest run --coverage

release

npm run test && npm run lint && npm run build && npm run lint:package && release-it
npm i itertools

Metadata

  • MIT
  • Whatever
  • Vincent Driessen
  • released 5/27/2024

Downloads