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.js
6 lines
•
161 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ curry }
from
'@typed/lambda'
;
export
const
has =
curry
(__has);
function
__has
(
value, set
) {
return
set.
has
(value); }
//# sourceMappingURL=has.js.map