UNPKG

@appsemble/node-utils

Version:

NodeJS utilities used by Appsemble internally.

4 lines (3 loc) 331 B
import { type Options } from '@appsemble/node-utils'; import { type Context } from 'koa'; export declare function getMessagesUtil(ctx: Context, language: string, appId: number, merge: string[] | string | undefined, { getApp, getAppMessages, getBlockMessages }: Options, override?: string[] | string): Promise<Record<string, any>>;