UNPKG

cosmic-interchain-utils

Version:
7 lines 213 B
export function isNullish(val) { return val === null || val === undefined; } export function isNumeric(value) { return typeof value === 'number' || /^\d+$/.test(value); } //# sourceMappingURL=typeof.js.map