UNPKG

property-information

Version:

Info on the properties and attributes of the web platform

10 lines (8 loc) 298 B
import {create} from './util/create.js' import {caseInsensitiveTransform} from './util/case-insensitive-transform.js' export const xmlns = create({ attributes: {xmlnsxlink: 'xmlns:xlink'}, properties: {xmlnsXLink: null, xmlns: null}, space: 'xmlns', transform: caseInsensitiveTransform })