Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 9, 2023
1 parent 6c53465 commit d010d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Library/Apply.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// rome-ignore lint/suspicious/noExplicitAny:
export default async <T = string>(Fn: (args: any) => T, Test: any) => {
export default async (Fn: any, Test: any) => {
switch (true) {
case Test instanceof Map: {
const Tests = new Map();
Expand Down

0 comments on commit d010d4a

Please sign in to comment.