astro-ghostcms/.pnpm-store/v3/files/b8/920659b91e18dbb53eaf6a5123e...

13 lines
264 B
Plaintext
Raw Normal View History

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