appolo-utils
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -21,4 +21,7 @@ "use strict"; | ||
exports.Time = time_1.Time; | ||
const files_1 = require("./lib/files"); | ||
exports.Files = files_1.Files; | ||
const util_1 = require("./lib/util"); | ||
exports.Util = util_1.Util; | ||
exports.default = util_1.Util; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,1 @@ | ||
import {Numbers} from "./lib/numbers" | ||
@@ -11,5 +10,9 @@ import {Strings} from "./lib/strings" | ||
import {Time} from "./lib/time" | ||
import {Files} from "./lib/files" | ||
import {Util} from "./lib/util" | ||
export default Util; | ||
export {Numbers, Strings, Hash, Objects,Arrays,Classes,Guid,Promises,Time,Util} | ||
export {Numbers, Strings, Hash, Objects, Arrays, Classes, Guid, Promises, Time, Util, Files} | ||
@@ -48,3 +48,3 @@ "use strict"; | ||
} | ||
static async rerCeateDir(dirPath) { | ||
static async reCreateDir(dirPath) { | ||
await Files.removeDir(dirPath, true); | ||
@@ -51,0 +51,0 @@ await Files.createDir(dirPath); |
@@ -66,3 +66,3 @@ import * as fs from "fs"; | ||
public static async rerCeateDir(dirPath: string): Promise<void> { | ||
public static async reCreateDir(dirPath: string): Promise<void> { | ||
await Files.removeDir(dirPath, true); | ||
@@ -69,0 +69,0 @@ |
@@ -17,3 +17,3 @@ { | ||
"main": "./index.js", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"license": "MIT", | ||
@@ -20,0 +20,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34934
675