Skip to content

Commit

Permalink
feat: start work on Client object
Browse files Browse the repository at this point in the history
  • Loading branch information
thislooksfun committed Mar 11, 2021
1 parent f924f86 commit 4628499
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 2 additions & 0 deletions src/client.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export default class Client {
}
9 changes: 1 addition & 8 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
/**
* Some function!
*
* @returns whatever you want it to :)
*/
export default function fn<T>(t: T): T {
return t;
}
export { default as default } from "./client";

0 comments on commit 4628499

Please sign in to comment.