astro-ghostcms/.pnpm-store/v3/files/8c/22fbf8b8a67e05207b3949a940e...

13 lines
261 B
Plaintext

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