Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 25, 2023
1 parent b5988c0 commit af49195
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 2.1.0

- Refactor
- Documentation
- Documentation

## 2.0.11

Expand Down
1 change: 0 additions & 1 deletion Source/Function/Integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export default ((...[_Option = {}]: Parameters<Type>) => {
}
})(),
})

);

await (
Expand Down
7 changes: 3 additions & 4 deletions Source/Interface/Logger.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@

/**
* @module Critters
*
*/
*
*/
export default interface Type {
[key: string]: Value<Type>;

trace?: (message: string) => void;
debug?: (message: string) => void;
info?: (message: string) => void;
Expand Down

0 comments on commit af49195

Please sign in to comment.