UNPKG
@typed/set
Version:
alpha (0.0.1-alpha.199)
latest (3.3.0)
3.3.0
3.2.1
3.2.0
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.1.0
2.0.2
2.0.1
2.0.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.1-alpha.199
0.0.1-alpha.195
0.0.1-alpha.194
0.0.1-alpha.192
0.0.1-alpha.188
0.0.1-alpha.185
0.0.1-alpha.183
0.0.1-alpha.181
ReadonlySet TypeScript utilities
github.com/TylorS/typed-prelude
TylorS/typed-prelude
@typed/set
/
esm
/
has.d.ts
5 lines
•
166 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
has
: { <A>(
value
: A,
set
:
ReadonlySet
<A>):
boolean
; <A>(
value
: A):
(
set
:
ReadonlySet
<A>
) =>
boolean
; };
//# sourceMappingURL=has.d.ts.map