Skip to content

Commit

Permalink
Fix TS type
Browse files Browse the repository at this point in the history
  • Loading branch information
w3nl committed Dec 8, 2023
1 parent 6553435 commit 5b633c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hckrnews/deep-merge",
"description": "Object deep merge",
"version": "0.2.0",
"version": "0.2.1",
"author": {
"name": "Pieter Wigboldus",
"url": "https://hckr.news/"
Expand Down
2 changes: 1 addition & 1 deletion src/schema.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export function deepMerge(
...objects: objects
...objects: object
): object;

0 comments on commit 5b633c8

Please sign in to comment.