UNPKG
cosmic-interchain-utils
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.1
0.1.0
Cosmic Interchain Utils
github.com/mellis1010/interchain_main_repo
mellis1010/interchain_main_repo
cosmic-interchain-utils
/
dist
/
typeof.d.ts
3 lines
•
197 B
TypeScript
View Raw
1
2
3
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