Commit 6844df0 causes index.ts to have an empty export export {}; when using the npm package.
It is no longer possible to import the package in TypeScript using import WebpackObfuscator from "webpack-obfuscator" and if you use const WebpackObfuscator = require("webpack-obfuscator") you do not get IDE auto-completion.