@sapphire/utilities
Version:
Common JavaScript utilities for the Sapphire Community
11 lines (9 loc) • 366 B
JavaScript
import { __name } from '../chunk-PAWJFY3S.mjs';
// src/lib/hasAtLeastOneKeyInMap.ts
function hasAtLeastOneKeyInMap(map, keys) {
return keys.some((key) => map.has(key));
}
__name(hasAtLeastOneKeyInMap, "hasAtLeastOneKeyInMap");
export { hasAtLeastOneKeyInMap };
//# sourceMappingURL=hasAtLeastOneKeyInMap.mjs.map
//# sourceMappingURL=hasAtLeastOneKeyInMap.mjs.map