diff --git a/ts/domtools.plugins.ts b/ts/domtools.plugins.ts index 1143ddf..e4bd25e 100644 --- a/ts/domtools.plugins.ts +++ b/ts/domtools.plugins.ts @@ -1,3 +1,10 @@ +// api glbal scope +import * as typedrequest from '@apiglobal/typedrequest'; + +export { + typedrequest +}; + // pushrocks scope import * as smartpromise from '@pushrocks/smartpromise'; import * as smartrouter from '@pushrocks/smartrouter';