@cyberalien/git-utils
Advanced tools
| /** | ||
| * Read and parse JSON file | ||
| */ | ||
| declare function readJsonFile<T>(target: string, filename: string): Promise<any>; | ||
| declare function readJsonFile<T>(target: string, filename: string): Promise<T>; | ||
| /** | ||
@@ -6,0 +6,0 @@ * Write JSON file |
+1
-1
@@ -6,3 +6,3 @@ { | ||
| "author": "Vjacheslav Trushkin", | ||
| "version": "0.0.12", | ||
| "version": "0.0.13", | ||
| "license": "UNLICENSED", | ||
@@ -9,0 +9,0 @@ "homepage": "https://cyberalien.dev/", |
14792
-0.01%