Tomás Pérez

Results 1 issues of Tomás Pérez

### Goal This PR adds a new method to the modulejs interface in order to be able to unregister modules. ``` javascript modulejs.define('a', function () {}); const module = modulejs.require('a');...