Add additional reified methods #582
Annotations
11 warnings
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/to-number.ts#L33
Missing JSDoc @returns declaration
|
build:
src/boolean/to-number.ts#L36
Types are not permitted on @param
|
build:
src/combinator/collate.ts#L69
Missing JSDoc @returns declaration
|
build:
src/combinator/collate.ts#L72
Types are not permitted on @param
|