katoikia-app/web-ui/web-react/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/body.js

13 lines
237 B
JavaScript

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