/** * This module provides different functions that provide different ways to * change an object's shape and values. * * @module Functions/ObjectManipulation * @author Alan Rodas Bonjour */ export * from './deepStringAssign'; export * from './flatten'; //# sourceMappingURL=index.d.ts.map