We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff0f33 commit 54f5a5aCopy full SHA for 54f5a5a
1 file changed
lib/ChunkGroup.js
@@ -2,7 +2,6 @@
2
MIT License http://www.opensource.org/licenses/mit-license.php
3
Author Tobias Koppers @sokra
4
*/
5
-
6
"use strict";
7
8
const SortableSet = require("./util/SortableSet");
@@ -96,7 +95,7 @@ class ChunkGroup {
96
95
97
/**
98
* returns the name of current ChunkGroup
99
- * @returns {string} returns the ChunkGroup name
+ * @returns {string|undefined} returns the ChunkGroup name
100
101
get name() {
102
return this.options.name;
0 commit comments