add missing type for cast
This commit is contained in:
parent
6ade56e7a8
commit
4e27fad6c6
1
lib.esm/abi/coders/abstract-coder.d.ts
vendored
1
lib.esm/abi/coders/abstract-coder.d.ts
vendored
@ -3,6 +3,7 @@ import type { BigNumberish, BytesLike } from "../../utils/index.js";
|
||||
* @_ignore:
|
||||
*/
|
||||
export declare const WordSize: number;
|
||||
type Cast<T, U> = T extends U ? T : U;
|
||||
/**
|
||||
* A [[Result]] is a sub-class of Array, which allows accessing any
|
||||
* of its values either positionally by its index or, if keys are
|
||||
|
Loading…
Reference in New Issue
Block a user