UNPKG

@hyperlane-xyz/utils

Version:

General utilities and types for the Hyperlane network

3 lines 197 B
export declare function isNullish<T>(val: T): val is T extends null | undefined ? T : never; export declare function isNumeric(value: string | number): boolean; //# sourceMappingURL=typeof.d.ts.map