UNPKG

@crowdin/app-project-module

Version:

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

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