mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 00:11:02 -05:00
Added platforms
module
This commit is contained in:
parent
03239ebbb7
commit
5ace90af49
1 changed files with 16 additions and 0 deletions
16
src/platforms/index.ts
Normal file
16
src/platforms/index.ts
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
export {
|
||||||
|
PlatformType,
|
||||||
|
} from "./platform-type";
|
||||||
|
|
||||||
|
export {
|
||||||
|
PlatformUploader,
|
||||||
|
|
||||||
|
createPlatformUploader,
|
||||||
|
} from "./platform-uploader";
|
||||||
|
|
||||||
|
export {
|
||||||
|
GenericPlatformUploader,
|
||||||
|
GenericPlatformUploaderOptions,
|
||||||
|
KnownPlatformUploaderOptions,
|
||||||
|
GenericPlatformUploadRequest,
|
||||||
|
} from "./generic-platform-uploader";
|
Loading…
Reference in a new issue