UNPKG
crux-wrapper
Version:
latest (3.3.0)
3.3.0
3.2.0
3.1.0
3.0.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.1.0
1.0.2
1.0.1
1.0.0
A React provider for your crux application
crux-wrapper
/
dist
/
typeguards.d.ts
5 lines
•
198 B
TypeScript
View Raw
1
2
3
4
5
export
type
Constructor
<T> = {
new
(...
args
:
any
[]): T; };
export
declare
function
is<T
extends
object
>(
value
:
object
,
type
:
Constructor
<T>): value is T;
//# sourceMappingURL=typeguards.d.ts.map