Files
2026-02-10 01:14:19 +00:00

6 lines
151 B
JavaScript

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