UNPKG

strapi-plugin-oembed

Version:
8 lines (7 loc) 184 B
import type { Core } from '@strapi/strapi'; declare const controller: ({ strapi }: { strapi: Core.Strapi; }) => { fetch(ctx: any): Promise<void>; }; export default controller;