From 4274595b251632ef004d5f1429d7fbdde1cd4a5a Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sun, 13 Oct 2019 23:48:12 +0200 Subject: Add publish options --- src/utils.ts | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/utils.ts (limited to 'src/utils.ts') diff --git a/src/utils.ts b/src/utils.ts deleted file mode 100644 index 23a3947..0000000 --- a/src/utils.ts +++ /dev/null @@ -1,9 +0,0 @@ -import * as fs from "fs"; - -export function readDir(path: string): Array { - if (fs.existsSync(path)) { - return fs.readdirSync(path); - } else { - throw `Path "${path}" doesn't exist`; - } -} -- cgit 1.4.1