astro-ghostcms/.pnpm-store/v3/files/64/a3203a33db88174647b622869be...

13 lines
273 B
Plaintext

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