refactor(values-of): more consistent type inference #431
Annotations
3 errors
Run npm run check:types:
src/random/types/array/array.spec.ts#L23
Object literal may only specify known properties, and 'uniqueItems' does not exist in type 'RelaxedPartial<ArrayGenerator<number, number>>'.
|
Run npm run check:types:
src/random/types/complex/complex.spec.ts#L551
Argument of type '{ (value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string; (value: any, replacer?: (string | number)[] | null | undefined, space?: string | ... 1 more ... | undefined): string; }' is not assignable to parameter of type '(x: Json, context: ArbitraryContext) => string'.
|
Run npm run check:types
Process completed with exit code 2.
|
The logs for this run have expired and are no longer available.
Loading