/** * @packageDocumentation * Useful utils for strings, iterables, objects, maps, promises and other commonly used structures */ export * from './strings.js'; export * from './arrays.js'; export * from './numbers.js'; export * from './objects.js'; export * from './iterables.js'; export * from './chain.js'; export * from './same.js'; export * from './errors.js'; export * from './sets.js'; export * from './enum-values.js'; export * from './platform.js'; export * from './functions.js'; export * from './types.js'; export * from './maps.js'; export * from './partition.js'; //# sourceMappingURL=index.d.ts.map