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
/
source
/
size.ts
2 lines
(1 loc)
•
68 B
text/typescript
View Raw
1
2
export
const
size = (set: ReadonlySet<unknown>): number => set.size