UNPKG

@crowdin/app-project-module

Version:

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

5 lines (4 loc) 338 B
import { Request, Response } from 'express'; import { Config } from '../../../types'; import { FileProcessLogic } from '../types'; export default function handle(config: Config, processingConfig: FileProcessLogic, folderName: string): (req: Request | import("../../../types").CrowdinClientRequest, res: Response, next: Function) => void;