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 1f322ca commit 396a819Copy full SHA for 396a819
index.js
@@ -6,8 +6,6 @@ See the accompanying LICENSE file for terms.
6
7
'use strict';
8
9
-var crypto = require('crypto');
10
-
11
// Generate an internal UID to make the regexp pattern harder to guess.
12
var UID_LENGTH = 16;
13
var UID = generateUID();
0 commit comments