Files
2026-02-20 16:06:40 +09:00

6 lines
151 B
JavaScript

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