dees-domtools/ts/domtools.plugins.ts

21 lines
551 B
TypeScript
Raw Normal View History

2020-06-28 18:03:22 +00:00
// api glbal scope
import * as typedrequest from '@apiglobal/typedrequest';
export {
typedrequest
};
2020-05-25 15:57:47 +00:00
// pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
2020-06-03 10:34:09 +00:00
import * as smartrouter from '@pushrocks/smartrouter';
2020-05-25 15:57:47 +00:00
import * as smartstate from '@pushrocks/smartstate';
2020-06-28 15:49:46 +00:00
import * as webrequest from '@pushrocks/webrequest';
import * as websetup from '@pushrocks/websetup';
2020-05-25 15:57:47 +00:00
2020-06-28 15:49:46 +00:00
export { smartpromise, smartrouter, smartstate, webrequest, websetup };
// third party scope
2020-06-28 16:59:14 +00:00
import SweetScroll from 'sweet-scroll';
2020-06-28 15:49:46 +00:00
2020-06-28 16:59:14 +00:00
export { SweetScroll };