UNPKG

@effect-ts/system

Version:

Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.

10 lines (9 loc) 193 B
// ets_tracing: off import * as S from "../HashSet/index.mjs"; /** * Get the set of keys */ export function keySet(self) { return new S.HashSet(self); } //# sourceMappingURL=keySet.mjs.map