This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
feat: initial version #3
Annotations
10 errors
lint:
src/handlers.ts#L1
"./types" is not found
|
lint:
src/handlers.ts#L2
"./utils" is not found
|
lint:
src/handlers.ts#L6
Expected "serialize" to come before "test"
|
lint:
src/handlers.ts#L6
Unsafe argument of type `any` assigned to a parameter of type `Iterable<unknown> | ArrayLike<unknown>`
|
lint:
src/handlers.ts#L6
Unsafe member access .entries on an `any` value
|
lint:
src/handlers.ts#L6
Unsafe call of an `any` typed value
|
lint:
src/handlers.ts#L7
Expected "deserialize" to come before "serialize"
|
lint:
src/handlers.ts#L7
Unsafe argument of type `any` assigned to a parameter of type `Iterable<readonly [unknown, unknown]> | null | undefined`
|
lint:
src/handlers.ts#L12
Expected "serialize" to come before "test"
|
lint:
src/handlers.ts#L12
Unsafe argument of type `any` assigned to a parameter of type `Iterable<unknown> | ArrayLike<unknown>`
|