We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2cfa6 commit d00d0ebCopy full SHA for d00d0eb
src/core/operations/AnalyseUUID.mjs
@@ -4,17 +4,18 @@
4
* @license Apache-2.0
5
*/
6
7
-import Operation from "../Operation.mjs";
8
import * as uuid from "uuid";
+
9
+import Operation from "../Operation.mjs";
10
import OperationError from "../errors/OperationError.mjs";
11
12
/**
- * Analyse hash operation
13
+ * Analyse UUID operation
14
-class AnalyseHash extends Operation {
15
+class AnalyseUUID extends Operation {
16
17
- * AnalyseHash constructor
18
+ * AnalyseUUID constructor
19
20
constructor() {
21
super();
@@ -44,4 +45,4 @@ class AnalyseHash extends Operation {
44
45
46
}
47
-export default AnalyseHash;
48
+export default AnalyseUUID;
0 commit comments