feat: implement saveFile method

This commit is contained in:
StevanFreeborn
2023-02-03 16:01:20 -06:00
parent 1b046b4cfc
commit 3dee5b690c
7 changed files with 147 additions and 2 deletions
+4
View File
@@ -1,6 +1,10 @@
{
"extends": "@istanbuljs/nyc-config-typescript",
"check-coverage": true,
"branches": 80,
"lines": 80,
"functions": 80,
"statements": 80,
"all": true,
"include": ["src/**/*.ts"],
"exclude": ["src/index.ts", "**/*.spec.ts"],