Skip to content

chore: update isNull and isUndefined and add more predicate utils #11

chore: update isNull and isUndefined and add more predicate utils

chore: update isNull and isUndefined and add more predicate utils #11

Triggered via pull request July 17, 2024 17:29
Status Success
Total duration 53s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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"