Home Manual Reference Source Test Repository

src/polar/object/core/index.js

import Complex from './Complex' ;
import binary from './binary' ;
import complex from './complex' ;
import fromarray from './fromarray' ;
import img from './img' ;
import real from './real' ;
import unary from './unary' ;

export default {
	Complex ,
	binary ,
	complex ,
	fromarray ,
	img ,
	real ,
	unary ,
} ;

export {
	Complex ,
	binary ,
	complex ,
	fromarray ,
	img ,
	real ,
	unary ,
} ;