Skip to content

Commit

Permalink
Feat: add helpers folder
Browse files Browse the repository at this point in the history
* This folder shall contain utilities that are needed by other types
  • Loading branch information
utkusarioglu committed Jan 31, 2021
1 parent cf866c1 commit 58ec87b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/helpers/helpers.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/**
* Alias for uuid
*/
export type uuid = string;

0 comments on commit 58ec87b

Please sign in to comment.