Skip to content

Commit

Permalink
export array utils functions (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryD authored Oct 22, 2022
1 parent 132b516 commit b0c25e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import take from './utils/take';
import mergeDeep, { propertyIsUnsafe } from './utils/merge-deep';
import setDeep from './utils/set-deep';
import getDeep, { getSubObject } from './utils/get-deep';
import { objectToArray, arrayToObject } from './utils/array-object';
import { objectToArray, arrayToObject, isArrayObject } from './utils/array-object';

import type {
Changes,
Expand Down Expand Up @@ -52,6 +52,9 @@ export {
CHANGESET,
Change,
Err,
isArrayObject,
arrayToObject,
objectToArray,
buildOldValues,
isChangeset,
isObject,
Expand Down

0 comments on commit b0c25e6

Please sign in to comment.