TreasureTrails/node_modules/effect/dist/esm/internal/hashMap/keySet.js

6 lines
151 B
JavaScript
Raw Normal View History

2026-03-18 09:02:21 -05:00
import { makeImpl } from "../hashSet.js";
/** @internal */
export function keySet(self) {
return makeImpl(self);
}
//# sourceMappingURL=keySet.js.map