/** * This module provides different functions that provide conversion between * objects, types or shapes, as well as creation of some basic shapes. * * @module Functions/Conversion * @author Alan Rodas Bonjour */ export * from './asDefined'; export * from './matrix'; export * from './symbolAsString'; //# sourceMappingURL=index.d.ts.map