UNPKG
aesthetic-utils
Version:
latest (3.1.0)
next (3.0.0-alpha.1)
3.1.0
3.0.2
3.0.1
3.0.0
3.0.0-alpha.1
3.0.0-alpha.0
2.0.1
2.0.0
2.0.0-rc.0
2.0.0-alpha.6
2.0.0-alpha.5
2.0.0-alpha.4
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1
1.6.2
1.6.1
1.6.0
1.5.0
1.4.2
1.4.0
1.3.0
1.3.0-rc.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
Utility functions for Aesthetic.
milesj/aesthetic
aesthetic-utils
/
lib
/
isObject.d.ts
2 lines
•
112 B
TypeScript
View Raw
1
2
export
default
function
isObject<T =
object
>(
value
:
unknown
): value is T;
//# sourceMappingURL=isObject.d.ts.map