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/index.ts | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/index.ts (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts deleted file mode 100644 index 61e38c8..0000000 --- a/src/index.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { getPosts as apiGetPosts } from "./getPosts"; -import { Post } from "./interfaces"; - -export default class Kronikarz { - postPath: string; - - constructor(postPath: string) { - this.postPath = postPath; - } - - getPosts(): Array { - return apiGetPosts(this.postPath); - } -} -- cgit 1.4.1