diff --git a/src/index.ts b/src/index.ts index c117ded..44bd5ec 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,6 @@ import lodash from "lodash"; +import { utils } from "./utils"; + +utils(); console.log(lodash.merge({ a: 1 }, { b: 2 }));