astro-ghostcms/.pnpm-store/v3/files/67/16b9cda1570aa35ac2e12d5fe50...

13 lines
279 B
Plaintext

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