UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

6 lines (5 loc) 192 B
import type { Core } from '@strapi/strapi'; declare const _default: (config: any, { strapi }: { strapi: Core.Strapi; }) => (ctx: any, next: any) => Promise<void>; export default _default;