/** * object が keys のいずれかをキーとして持っているか。 */ export default function hasSomeKeys(object: object, keys: readonly (string | number)[] | (string | number)[]): boolean;