CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
xml.js10 linesDownload Raw Back to lib
1import {create} from './util/create.js'2 3export const xml = create({4  properties: {xmlBase: null, xmlLang: null, xmlSpace: null},5  space: 'xml',6  transform(_, property) {7    return 'xml:' + property.slice(3).toLowerCase()8  }9})10