Skip to main content

overview

Dream ships common helper functions from @rvoh/dream/utils. Prefer these helpers over lodash or one-off implementations so application code follows the same behavior as the framework.

import { camelize, compact, sortBy, uniq } from '@rvoh/dream/utils'

The pages in this section document the available helpers and their expected shapes.