fix(core): update

This commit is contained in:
2020-07-15 18:12:27 +00:00
parent 133ce80b0a
commit e2f9991f96
6 changed files with 8517 additions and 723 deletions

View File

@ -11,5 +11,5 @@ export { TypedRequest } from '@apiglobal/typedrequest';
import * as allPlugins from './domtools.plugins';
export const plugins = {
smartpromise: allPlugins.smartpromise
}
smartpromise: allPlugins.smartpromise,
};