UNPKG

@crowdin/app-project-module

Version:

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

7 lines (6 loc) 214 B
import { Express } from 'express'; import { Config, UnauthorizedConfig } from '../../types'; export declare function register({ config, app }: { config: Config | UnauthorizedConfig; app: Express; }): void;