UNPKG

@crowdin/app-project-module

Version:

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

12 lines (11 loc) 321 B
export declare function normalizeToArray<T>(value: T | T[]): T[]; export declare function resolveInstanceKey({ identifier, suffix, item, index, isSingle, }: { identifier: string; suffix: string; item: { key?: string; name?: string; }; index: number; isSingle: boolean; }): string;