Update imports in README #3
Annotations
8 errors
|
test
Process completed with exit code 2.
|
|
test:
src/serializers/modifiers.ts#L137
Type 'K' cannot be used to index type 'Record<string, any>'.
|
|
test:
src/serializers/modifiers.ts#L109
Type 'K' cannot be used to index type 'Record<string, any>'.
|
|
test:
src/serializers/complex.ts#L195
Conversion of type 'any[]' to type 'T' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
test:
src/serializers/complex.ts#L169
Conversion of type 'any[]' to type 'T' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
test:
src/safe.ts#L93
Type 'never' must have a '[Symbol.iterator]()' method that returns an iterator.
|
|
test:
src/index.ts#L95
Type 'never' must have a '[Symbol.iterator]()' method that returns an iterator.
|
|
test:
src/index.ts#L95
Conversion of type 'ThrowingSerde<readonly any[], any[]>' to type 'Serializer<T, unknown[]>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|