jccp_a/vuepress/node_modules/property-information/lib/xmlns.js
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08:00

10 lines
298 B
JavaScript

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
})