Skip to content

Update imports in README #3

Update imports in README

Update imports in README #3

Triggered via push August 13, 2025 20:45
Status Failure
Total duration 16s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

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.