Cannot run this library on node.js because of the `window.UDOC`. The workaround is: ``` const SandboxedModule = require('sandboxed-module'); const UTIF = SandboxedModule.require('utif', { globals: {window: {}} }); ```
Cannot run this library on node.js because of the
window.UDOC.The workaround is: