astro-ghostcms/.pnpm-store/v3/files/1f/ee7952726fe58268db1210d7a08...

13 lines
264 B
Plaintext

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