astro-ghostcms/.pnpm-store/v3/files/89/9cd06c88bb38e6a8670bbf9a6b5...

13 lines
275 B
Plaintext

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