UNPKG

@crowdin/app-project-module

Version:

Module that generates for you all common endpoints for serving standalone Crowdin App

4 lines (3 loc) 173 B
import { Request, Response } from 'express'; import { Config } from '../../../types'; export default function handle(config: Config): (req: Request, res: Response) => void;