edc
TypeScript icon, indicating that this package has built-in type declarations

0.0.5-new • Public • Published

Every Day Carry (edc)

A collection of utilities for JS, a sort of substandard library.

Iteration

  • naturals
  • range
  • enumerate
  • zip
  • zipWith
  • zip2
  • zip3
  • takeUntil
  • takeWhile
  • take

Array

  • shuffle
  • shuffleAll
  • subsets
  • pickSubset
  • permute
  • cycle

Math

  • equal
  • randomInt
  • randomFloat
  • factorial
  • digits
  • gcd2
  • gcd
  • lcm2
  • lcm
  • fraction
  • taxiDistance
  • dist
  • trunc
  • abs
  • isSafeInteger
  • isFinite
  • isNaN
  • norm
  • sign
  • floor
  • ceil

Lambda

  • atoi
  • ascending
  • descending
  • sum
  • product
  • unary
  • binary
  • ternary
  • liftN

Readme

Keywords

none

Package Sidebar

Install

npm i edc

Weekly Downloads

11

Version

0.0.5-new

License

none

Unpacked Size

71.4 kB

Total Files

9

Last publish

Collaborators

  • meows