Skip to content

Commit

Permalink
chore: add mixme basic typing
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasDemea committed Feb 6, 2023
1 parent c71c3e0 commit 260c298
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/mixme.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
declare module "mixme";
declare module "mixme" {
function is_object(el: unknown): el is object;
function is_object_literal(el: unknown): el is object;
function merge(...data: object[]): object;
}

0 comments on commit 260c298

Please sign in to comment.