mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 10:52:53 +00:00
migrate JavaScript to TypeScript
This commit is contained in:
7
src/storage.ts
Normal file
7
src/storage.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import FileSystem from "./storage/FileSystem";
|
||||
import S3Storage from "./storage/S3";
|
||||
import { StorageBase } from "./types";
|
||||
|
||||
const storage = new FileSystem();
|
||||
|
||||
export default storage as StorageBase;
|
||||
Reference in New Issue
Block a user