Files
verify/frontend/node_modules/d3-selection/src/namespaces.js
Mohamed Mathar Irfan ed6610d5d8 Initial project upload
2026-07-28 17:57:02 +05:30

10 lines
254 B
JavaScript

export var xhtml = "http://www.w3.org/1999/xhtml";
export default {
svg: "http://www.w3.org/2000/svg",
xhtml: xhtml,
xlink: "http://www.w3.org/1999/xlink",
xml: "http://www.w3.org/XML/1998/namespace",
xmlns: "http://www.w3.org/2000/xmlns/"
};