UNPKG

255 BJavaScriptView Raw
1var cxml = require("@wikipathways/cxml");
2
3cxml.register('xml-primitives', exports, [
4], [
5 'any',
6 'boolean',
7 'Date',
8 'number',
9 'string'
10], [
11 [0, 0, [], []],
12 [3, 1, [], []],
13 [3, 2, [], []],
14 [3, 3, [], []],
15 [3, 4, [], []],
16 [3, 5, [], []]
17], [
18]);
\No newline at end of file