UNPKG

@crowdin/app-project-module

Version:

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

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