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';