UNPKG

@ima/cli

Version:

IMA.js CLI tool to build, develop and work with IMA.js applications.

4 lines (3 loc) 197 B
import { Request, Response } from 'express'; declare function openEditorMiddleware(): (req: Request, res: Response) => Promise<Response<any, Record<string, any>>>; export { openEditorMiddleware };