List of values viable for use in rel attributes on link elements, as defined
by HTML and MicroFormats.
See html-link-types for just the specced types.
npm:
npm install link-relvar linkRel = require('link-rel')
console.log(linkRel.length) //=> 112
console.log(linkRel.slice(0, 10))Yields:
[ 'DCTERMS.conformsTo',
'DCTERMS.contributor',
'DCTERMS.creator',
'DCTERMS.description',
'DCTERMS.hasFormat',
'DCTERMS.hasPart',
'DCTERMS.hasVersion',
'DCTERMS.isFormatOf',
'DCTERMS.isPartOf',
'DCTERMS.isReferencedBy' ]Array.<string> — List of lowercase possible link types for rel on link
elements.