Fix function types #82
Annotations
5 errors
check:
src/option/option.test.ts#L250
Property 'get' does not exist on type 'Some<number>'.
|
check:
src/option/option.test.ts#L255
Property 'get' does not exist on type 'None'.
|
check:
src/result/promise.ts#L61
Type 'PromiseResult<E, E>' is not assignable to type 'PromiseResult<U, E>'.
|
check:
src/result/promise.ts#L61
Argument of type 'PromiseLike<(Err<E> & ResultMethods<U, E>) | (Ok<U> & ResultMethods<U, E>)>' is not assignable to parameter of type 'PromiseResult<E, E> | PromiseLike<Result<E, E>> | Promise<Result<E, E>>'.
|
check
Process completed with exit code 1.
|