UNPKG

@crowdin/app-project-module

Version:

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

6 lines (5 loc) 359 B
import { AiTool, AiToolWidget } from '../types'; export declare function isUniqueFunctionName(tool: AiTool | AiToolWidget): boolean; export declare function getAiToolName(tool: AiTool | AiToolWidget): string; export declare function getAiToolUrl(tool: AiTool): string; export declare function getAiToolWidgetUrl(tool: AiToolWidget, isFull?: boolean): string;