21 lines
		
	
	
		
			673 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			673 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| // api glbal scope
 | |
| import * as typedrequest from '@apiglobal/typedrequest';
 | |
| 
 | |
| export { typedrequest };
 | |
| 
 | |
| // pushrocks scope
 | |
| import * as smartdelay from '@pushrocks/smartdelay';
 | |
| import * as smartpromise from '@pushrocks/smartpromise';
 | |
| import * as smartrouter from '@pushrocks/smartrouter';
 | |
| import * as smartstate from '@pushrocks/smartstate';
 | |
| import * as webrequest from '@pushrocks/webrequest';
 | |
| import * as websetup from '@pushrocks/websetup';
 | |
| import * as webstore from '@pushrocks/webstore';
 | |
| 
 | |
| export { smartdelay, smartpromise, smartrouter, smartstate, webrequest, websetup, webstore };
 | |
| 
 | |
| // third party scope
 | |
| import SweetScroll from 'sweet-scroll';
 | |
| 
 | |
| export { SweetScroll };
 |