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
/
forEach.d.ts
6 lines
•
238 B
TypeScript
View Raw
1
2
3
4
5
6
import { Arity1 }
from
'@typed/lambda'
; export
declare
const
forEach
: { <A>(
fn
:
Arity1
<
A
>,
set
:
ReadonlySet
<
A
>):
ReadonlySet
<
A
>
; <A>(
fn
:
Arity1
<
A
>): (
set: ReadonlySet<A>
) =>
ReadonlySet<A>; };
//# sourceMappingURL=forEach.d.ts.map