Refactor fibRoute.ts to improve type safety and error handling #9
Annotations
8 errors and 1 warning
test:
src/fib.ts#L11
Unsafe return of an `any` typed value
|
test:
src/fib.ts#L11
Operands of '+' operation with any is possible only with string, number, bigint or any
|
test:
src/fibRoute.ts#L2
Unsafe assignment of an `any` value
|
test:
src/fibRoute.ts#L2
Require statement not part of import statement
|
test:
src/fibRoute.ts#L7
Unsafe assignment of an `any` value
|
test:
src/fibRoute.ts#L7
Unsafe call of an `any` typed value
|
test:
src/fibRoute.ts#L8
Invalid type "any" of template literal expression
|
test
Process completed with exit code 1.
|
test
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/
|