fix(core): update
This commit is contained in:
		@@ -1,4 +1,12 @@
 | 
			
		||||
import * as smartparam from '@pushrocks/smartparam';
 | 
			
		||||
import * as smartq from '@pushrocks/smartpromise';
 | 
			
		||||
import * as smartpromise from '@pushrocks/smartpromise';
 | 
			
		||||
 | 
			
		||||
export { smartparam, smartq };
 | 
			
		||||
export { smartparam, smartpromise };
 | 
			
		||||
 | 
			
		||||
// third party scope
 | 
			
		||||
 | 
			
		||||
import isWsl from 'is-wsl';
 | 
			
		||||
 | 
			
		||||
export {
 | 
			
		||||
  isWsl
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user