Home Manual Reference Source Test Repository

src/polar/kernel/core/index.js

import con from './con' ;
import div from './div' ;
import img from './img' ;
import mul from './mul' ;
import real from './real' ;

export default {
	con ,
	div ,
	img ,
	mul ,
	real ,
} ;

export {
	con ,
	div ,
	img ,
	mul ,
	real ,
} ;