astro-ghostcms/.pnpm-store/v3/files/5a/a7056853a466326cee68a4bb578...

13 lines
266 B
Plaintext

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