chore: release v1.0.8 #12
Annotations
6 warnings
build:
src/array/zip.ts#L9
Expected @param names to be "arr1". Got "arrs"
|
build:
src/array/zipWith.ts#L8
Expected @param names to be "arr1, combine". Got "arr1, arr2, arr3, arr4, combine"
|
build:
src/math/clamp.ts#L8
Expected @param names to be "value, maximum". Got "value, minimum, maximum"
|
build:
src/math/random.ts#L6
Expected @param names to be "maximum". Got "minimum, maximum"
|
build:
src/math/randomInt.ts#L8
Expected @param names to be "maximum". Got "minimum, maximum"
|
build:
src/math/range.ts#L6
Expected @param names to be "end". Got "start, end, step"
|