We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2c7fa commit 065377dCopy full SHA for 065377d
src/lib/isMD5.js
@@ -1,8 +1,6 @@
1
import assertString from './util/assertString';
2
3
-/* eslint-disable no-control-regex */
4
const md5 = /^[a-f0-9]{32}$/;
5
-/* eslint-enable no-control-regex */
6
7
export default function isMD5(str) {
8
assertString(str);
0 commit comments