add missing type for cast

This commit is contained in:
KillariDev 2024-02-14 14:16:53 +02:00
parent 6ade56e7a8
commit 4e27fad6c6

View File

@ -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