From 1ad331f7fc2a7460e4064f725e1e0abf2d17f38a Mon Sep 17 00:00:00 2001 From: Rafa Mel Date: Mon, 22 Apr 2019 02:38:22 +0200 Subject: [PATCH] chore: removes dangling files --- src/options.ts | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/options.ts diff --git a/src/options.ts b/src/options.ts deleted file mode 100644 index e3949d2..0000000 --- a/src/options.ts +++ /dev/null @@ -1,6 +0,0 @@ -import state from './state'; -import { IOptions } from './types'; - -export default function options(opts: IOptions): void { - return state.scope(opts); -}