/*!
* KoliBri - The accessible HTML-Standard
*/exportconstvalidateAccessAndShortKey = (accessKey, shortKey) => {
if (accessKey && shortKey) {
thrownewError('AccessKey and ShortKey are used. Only one is allowed.');
}
};
//# sourceMappingURL=access-and-short-key.js.map