Skip to content

Commit

Permalink
Add tmp type nany for any while development
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Robin committed Jul 7, 2024
1 parent d216286 commit 01aa7d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ninja.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// deno-lint-ignore no-explicit-any
export type nany = any;

0 comments on commit 01aa7d3

Please sign in to comment.