html-url-attributes
Map of URL attributes in HTML.
Install
This package is ESM only:
Node 12+ is needed to use it and it must be imported
ed instead of required
d.
npm:
npm install html-url-attributes
This package exports the following identifiers:
urlAttributes
.
There is no default export.
Use
import {urlAttributes} from 'html-url-attributes'
urlAttributes.formAction
urlAttributes.href
API
urlAttributes
Map of URL attributes in HTML (Record<string, string[]>
).
Contribute
See contributing.md
in rehypejs/.github
for ways
to get started.
See support.md
for ways to get help.
This project has a code of conduct.
By interacting with this repository, organization, or community you agree to
abide by its terms.
License
MIT © Titus Wormer