tools-min-ns 1.10.1 → 1.10.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
14
14
|
* @author nanshen
|
|
15
15
|
* @creat 2021-09-15 14:40:07
|
|
16
16
|
*/
|
|
17
|
-
var NumberUtil_1 = __importDefault(require("
|
|
17
|
+
var NumberUtil_1 = __importDefault(require("../number/NumberUtil"));
|
|
18
18
|
var BaseUtil_1 = __importDefault(require("../base/BaseUtil"));
|
|
19
19
|
var TransferUtil;
|
|
20
20
|
(function (TransferUtil) {
|