UNPKG

@nurielmeni/strapi-plugin-video-field

Version:
6 lines (5 loc) 154 B
declare const getVideoProviderAndUid: (url: string) => { provider: string; providerUid: string; } | undefined; export { getVideoProviderAndUid };