Skip to content

Commit

Permalink
Removed babel config; exporting flow declaration (#749)
Browse files Browse the repository at this point in the history
* Removed unused workflow_dispatch trigger

* Removed babel config; exporting flow declaration
  • Loading branch information
CatChen authored Nov 24, 2024
1 parent 7dc2662 commit 78dd2d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .babelrc

This file was deleted.

2 changes: 2 additions & 0 deletions index.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ declare class Storage<T> {
write(value: T): void;
static reset(): void;
}

export default Storage;

0 comments on commit 78dd2d2

Please sign in to comment.