More reified utilities #585
Annotations
2 errors and 11 warnings
build:
src/kind/juxt-n.ts#L1
'NaturalNumber' is defined but never used
|
build
Process completed with exit code 1.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/boolean/and-all.ts#L53
Missing JSDoc @returns declaration
|
build:
src/boolean/and-all.ts#L56
Types are not permitted on @param
|
build:
src/boolean/and.ts#L60
Missing JSDoc @returns declaration
|
build:
src/boolean/and.ts#L63
Types are not permitted on @param
|
build:
src/boolean/and.ts#L64
@param "b" does not match an existing function parameter
|
build:
src/boolean/and.ts#L64
Types are not permitted on @param
|
build:
src/boolean/not.ts#L42
Missing JSDoc @returns declaration
|
build:
src/boolean/not.ts#L45
Types are not permitted on @param
|
build:
src/boolean/to-number.ts#L33
Missing JSDoc @returns declaration
|
build:
src/boolean/to-number.ts#L36
Types are not permitted on @param
|