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