Skip to content

Commit

Permalink
undo incorrect IDE suggestion for importing SparkMD5 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
aarsilv committed Dec 30, 2024
1 parent 1fd12fe commit cf42dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/obfuscation.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import base64 = require('js-base64');
import SparkMD5 from 'spark-md5';
import * as SparkMD5 from 'spark-md5';

import { PrecomputedFlag } from './interfaces';

Expand Down

0 comments on commit cf42dba

Please sign in to comment.