astro-ghostcms/.pnpm-store/v3/files/ff/4bee61e20007c3b2e352481c47a...

13 lines
270 B
Plaintext

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