4 lines
242 B
TypeScript
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
|