UNPKG

tslint-clean-code

Version:
9 lines (7 loc) 161 B
/** * @Returns the implicit role for a dd tag. */ function getImplicitRoleForDd(): string { return 'definition'; } export { getImplicitRoleForDd as dd };