mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
13 lines
240 B
JavaScript
13 lines
240 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports["default"] = getImplicitRoleForTbody;
|
|
|
|
/**
|
|
* Returns the implicit role for a tbody tag.
|
|
*/
|
|
function getImplicitRoleForTbody() {
|
|
return 'rowgroup';
|
|
} |