@zanixongroup/uploader
Version:
A simple any file hosting uploader for node.js
77 lines (57 loc) • 2.14 kB
TypeScript
declare function Catbox(data: Uint8Array): Promise<any>;
declare const Catbox$1_Catbox: typeof Catbox;
declare namespace Catbox$1 {
export { Catbox$1_Catbox as Catbox, Catbox as default };
}
declare function FastUrl(data: Uint8Array): Promise<any>;
declare const FastUrl$1_FastUrl: typeof FastUrl;
declare namespace FastUrl$1 {
export { FastUrl$1_FastUrl as FastUrl, FastUrl as default };
}
declare function Litterbox(data: Uint8Array): Promise<any>;
declare const Litterbox$1_Litterbox: typeof Litterbox;
declare namespace Litterbox$1 {
export { Litterbox$1_Litterbox as Litterbox, Litterbox as default };
}
declare function Pomf(data: Uint8Array): Promise<any>;
declare const Pomf$1_Pomf: typeof Pomf;
declare namespace Pomf$1 {
export { Pomf$1_Pomf as Pomf, Pomf as default };
}
declare function Quax(data: Uint8Array): Promise<any>;
declare const Quax$1_Quax: typeof Quax;
declare namespace Quax$1 {
export { Quax$1_Quax as Quax, Quax as default };
}
declare function Ryzumi(data: Uint8Array): Promise<any>;
declare const Ryzumi$1_Ryzumi: typeof Ryzumi;
declare namespace Ryzumi$1 {
export { Ryzumi$1_Ryzumi as Ryzumi, Ryzumi as default };
}
declare function Uguu(data: Uint8Array): Promise<any>;
declare const Uguu$1_Uguu: typeof Uguu;
declare namespace Uguu$1 {
export { Uguu$1_Uguu as Uguu, Uguu as default };
}
declare function Videy(data: Uint8Array): Promise<string | null>;
declare const Videy$1_Videy: typeof Videy;
declare namespace Videy$1 {
export { Videy$1_Videy as Videy, Videy as default };
}
declare function Cloudku(data: Uint8Array): Promise<any>;
declare const Cloudku$1_Cloudku: typeof Cloudku;
declare namespace Cloudku$1 {
export { Cloudku$1_Cloudku as Cloudku, Cloudku as default };
}
declare const _default: {
Catbox: typeof Catbox$1;
FastUrl: typeof FastUrl$1;
Litterbox: typeof Litterbox$1;
Pomf: typeof Pomf$1;
Quax: typeof Quax$1;
Ryzumi: typeof Ryzumi$1;
Uguu: typeof Uguu$1;
Videy: typeof Videy$1;
Cloudku: typeof Cloudku$1;
};
export { Catbox, Cloudku, FastUrl, Litterbox, Pomf, Quax, Ryzumi, Uguu, Videy, _default as default };