UNPKG

@crowdin/app-project-module

Version:

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

5 lines (4 loc) 225 B
import { Config, UnauthorizedConfig } from '../types'; import { Storage } from './types'; export declare function initialize(config: Config | UnauthorizedConfig): Promise<void>; export declare function getStorage(): Storage;