UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

13 lines (11 loc) 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = getImplicitRoleForAside; /** * Returns the implicit role for an aside tag. */ function getImplicitRoleForAside() { return 'complementary'; }