From 88810bae2cf238bee80cea165286ce4912692e03 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 28 Jun 2020 21:26:57 +0000 Subject: [PATCH] fix(core): update --- ts/domtools.plugins.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ts/domtools.plugins.ts b/ts/domtools.plugins.ts index e4bd25e..6eb06a5 100644 --- a/ts/domtools.plugins.ts +++ b/ts/domtools.plugins.ts @@ -1,9 +1,7 @@ // api glbal scope import * as typedrequest from '@apiglobal/typedrequest'; -export { - typedrequest -}; +export { typedrequest }; // pushrocks scope import * as smartpromise from '@pushrocks/smartpromise';