UNPKG

effect

Version:

The missing standard library for TypeScript, for writing production-grade software.

6 lines 151 B
import { makeImpl } from "../hashSet.js"; /** @internal */ export function keySet(self) { return makeImpl(self); } //# sourceMappingURL=keySet.js.map