astro-ghostcms/.pnpm-store/v3/files/f6/9f640b0c772c466fcefe1b48205...

13 lines
266 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = getImplicitRoleForHr;
/**
* Returns the implicit role for an hr tag.
*/
function getImplicitRoleForHr() {
return 'separator';
}
module.exports = exports.default;