@flekschas/utils
Advanced tools
Changelog
0.32.1
getD3FormatSpecifier()
to ensure that at least 3 significant digits are shown (if present)Changelog
0.32.0
getD3FormatSpecifier()
iteratorToArray()
and mergeMaps()
Changelog
0.31.0
Note: Unfortunately, the jsdoc
library does not play well with type
annotations. This means that the jsdoc2md
script does not run anymore and
API.md
is outdated for now.
Changelog
0.30.0
hasSameElements(arrayA, arrayB)
randomString()
Changelog
v0.29.0
noop
as a synonym for toVoid
because it's kind of a conventiontimeout
as a synonym for wait
because await timeout(250)
reads nicerindex.js
for better tree shakabilityChangelog
v0.28.0
rangeMap(length, (i, length) => i)
range(start, end, stepSize)