/* ## Utilities */ export { getType } from './utils/type'; export { isObjectOrArray, isNumeric, isString, isObject, isArray, isRegExp, isFunction } from './utils/type'; export { each } from './utils/each'; export { heredoc } from './utils/heredoc'; export const keys = Object.keys; export const values = Object.values; export function noop() {}