We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f2bd1 commit 1268354Copy full SHA for 1268354
test/functional-tests/javascript-obfuscator/JavaScriptObfuscator.spec.ts
@@ -1,6 +1,6 @@
1
import { assert } from 'chai';
2
3
-import { IObfuscatedCode } from '../../../src/interfaces/source-code/IobfuscatedCode';
+import { IObfuscatedCode } from '../../../src/interfaces/source-code/IObfuscatedCode';
4
5
import { SourceMapMode } from '../../../src/enums/source-map/SourceMapMode';
6
import { StringArrayEncoding } from '../../../src/enums/StringArrayEncoding';
0 commit comments