Files
ospab.host/node_modules/effect/dist/esm/internal/hashMap/keySet.js
2025-09-15 18:10:26 +03:00

6 lines
151 B
JavaScript

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