astro-ghostcms/.pnpm-store/v3/files/d7/aa1b543e0737d03e203a296f129...

13 lines
263 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = getImplicitRoleForH6;
/**
* Returns the implicit role for an h6tag.
*/
function getImplicitRoleForH6() {
return 'heading';
}
module.exports = exports.default;