/** * This module provides different functions that provide common functionality * that may be reused in different packages. * Functions that are widely used in different packages should be added here * for better accessibility in all packages. * * * @module Functions * @author Alan Rodas Bonjour */ export * from './Conversion'; export * from './ExecutionManagement'; export * from './Querying'; export * from './ObjectManipulation'; export * from './noop'; //# sourceMappingURL=index.d.ts.map