Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m authored Mar 14, 2023
1 parent afc07ea commit abb2c04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import lodash from "lodash";
import { utils } from "./utils";

utils();

console.log(lodash.merge({ a: 1 }, { b: 2 }));

0 comments on commit abb2c04

Please sign in to comment.