astro-ghostcms/.pnpm-store/v3/files/ff/c928159d507d25d40baa2783750...

13 lines
276 B
Plaintext

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