mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-17 05:55:11 +00:00
10 lines
298 B
JavaScript
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
|
|
})
|