ethers.js/packages/bytes/lib/check.d.ts
2022-04-11 17:14:19 -04:00

4 lines
242 B
TypeScript

import type { BytesLike } from "./types.js";
export declare function isHexString(value: any, length?: number | boolean): value is string;
export declare function isBytesLike(value: any): value is BytesLike;
//# sourceMappingURL=check.d.ts.map