From f8a06daee7824b9820135669dca80e51858cbca6 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 23 Aug 2019 16:57:45 +0200 Subject: [PATCH] new version --- test/test.ts | 2 +- ts/index.ts | 4 +--- ts/typedrequest-interfaces.plugins.ts | 4 ---- 3 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 ts/typedrequest-interfaces.plugins.ts diff --git a/test/test.ts b/test/test.ts index 17f0858..5be658a 100644 --- a/test/test.ts +++ b/test/test.ts @@ -2,7 +2,7 @@ import { expect, tap } from '@pushrocks/tapbundle'; import * as typedrequestInterfaces from '../ts/index'; tap.test('first test', async () => { - + typedrequestInterfaces; }); tap.start(); diff --git a/ts/index.ts b/ts/index.ts index c933b1d..5d8ce01 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,7 +1,5 @@ -import * as plugins from './typedrequest-interfaces.plugins'; - export interface ITypedRequest { method: string; request: object; response: object; -} \ No newline at end of file +} diff --git a/ts/typedrequest-interfaces.plugins.ts b/ts/typedrequest-interfaces.plugins.ts deleted file mode 100644 index d00ae0c..0000000 --- a/ts/typedrequest-interfaces.plugins.ts +++ /dev/null @@ -1,4 +0,0 @@ -const removeme = {}; -export { - removeme -}