UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

8 lines (7 loc) 199 B
// Provide a "System" global. module.exports = { // Make sure import is only used as "System.import" import: function() { throw new Error("System.import cannot be used indirectly"); } };