@@ -286,6 +286,8 @@ // to do }; } -exports.IBDAWG = IBDAWG; +if (typeof(exports) !== 'undefined') { + exports.IBDAWG = IBDAWG; +}