UNPKG

@selldone/sdk-storefront

Version:

A TypeScript SDK to connect to your shop and build a fully functional storefront and website by simply developing a frontend web application. All backend operations are seamlessly managed by the serverless Selldone solution.

4 lines (3 loc) 159 B
export declare class VideoHelper { static GetMime(filePath: any): "video/mp4" | "video/x-m4v" | "video/webm" | "video/ogg" | "application/octet-stream"; }