UNPKG
@freik/typechk
Version:
latest (0.9.6)
0.9.6
0.9.5
0.9.3
0.9.2
0.9.1
0.9.0
0.8.4
0.8.3
0.8.2
0.8.1
0.7.1
0.7.0
0.6.14
0.6.13
0.6.11
0.6.10
0.6.9
0.6.8
0.6.7
0.6.6
0.6.4
0.6.2
0.6.1
0.6.0
0.5.12
0.5.11
0.5.10
0.5.8
0.5.7
0.5.3
0.5.0
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
Core set of TS/JS type checking helpers
github.com/kevinfrei/packages
kevinfrei/packages
@freik/typechk
/
lib
/
esm
/
which.d.ts
4 lines
(3 loc)
•
131 B
TypeScript
View Raw
1
2
3
4
export
declare
const
isNode
:
Function
;
export
declare
const
isBrowser
:
Function
;
export
declare
function
hasGlobalThis
(
):
boolean
;