UNPKG
@auth0/cose
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
COSE library for node.js
github.com/auth0-lab/cose
auth0-lab/cose
@auth0/cose
/
dist
/
types
/
lib
/
is_object.d.ts
2 lines
(1 loc)
•
74 B
TypeScript
View Raw
1
2
export
default
function
isObject<T =
object
>(
input
:
unknown
): input is T;