UNPKG
ts-constrain-type
Version:
latest (1.0.0)
1.0.0
A generic constrained identity function
github.com/KamenKolev/ts-constrain-type
ts-constrain-type
/
dist
/
index.d.ts
2 lines
•
122 B
TypeScript
View Raw
1
2
export
declare
const
constrain
: <
Constraint
>
() =>
<T
extends
Constraint
>
(
arg
: T
) =>
T;
//# sourceMappingURL=index.d.ts.map