astro-ghostcms/.pnpm-store/v3/files/53/f9a4cc467747c80c9cdbb1e87f0...

13 lines
277 B
Plaintext

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