Skip to content

Commit

Permalink
add typedoc based documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavya3024 committed Jun 7, 2023
1 parent 4edff62 commit 7909abf
Show file tree
Hide file tree
Showing 10 changed files with 1,998 additions and 117 deletions.
12 changes: 12 additions & 0 deletions interfaces/any-object.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/**
*
* @date 07/06/2023 - 21:38:08
*
* @export
* @interface AnyObject
* @typedef {AnyObject}
*/
export interface AnyObject {
/**
*
* @date 07/06/2023 - 21:38:08
*/
[key: string]: any;
}

0 comments on commit 7909abf

Please sign in to comment.