UNPKG

tslint-clean-code

Version:
9 lines (7 loc) 167 B
/** * @Returns the implicit role for a body tag. */ function getImplicitRoleForBody(): string { return 'document'; } export { getImplicitRoleForBody as body };