/** * @module transforms * @preferred */ export { default as camelToTitle } from './camelToTitle'; export { default as capitalize } from './capitalize'; export { default as getAcronym } from './getAcronym'; export { default as normalizeURL } from './normalizeURL'; export { default as toCamel } from './toCamel'; export { default as toProperList } from './toProperList';