UNPKG

xmlplus

Version:

A JavaScript framwork for developing projects efficiently.

10 lines 265 B
const xmlplus = require("xmlplus"); xmlplus("xp", function (xp, $_) { $_().imports({ Index: { fun: function (sys, items, opts) { console.log("hello, world!"); } } }); }).startup("//xp/Index");