astro-ghostcms/.pnpm-store/v3/files/6d/d25bce0433d8031862d3cda382f...

13 lines
275 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = getImplicitRoleForOutput;
/**
* Returns the implicit role for an output tag.
*/
function getImplicitRoleForOutput() {
return 'status';
}
module.exports = exports.default;