Skip to content

Commit

Permalink
mergeObjects for now resides in atmp
Browse files Browse the repository at this point in the history
  • Loading branch information
diogob committed Nov 7, 2023
1 parent 5fdcd43 commit 2caba08
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 1 deletion.
87 changes: 87 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export { makeDomainFunction, mdf, safeResult } from './constructor.ts'
export * from './domain-functions.ts'
export * from './input-resolvers.ts'
export * from './errors.ts'
export { mergeObjects } from './utils.ts'
export { mergeObjects } from './atmp/atmp.ts'
export type {
AtLeastOne,
DomainFunction,
Expand Down

0 comments on commit 2caba08

Please sign in to comment.