botbook/node_modules/json-schema-library/dist/lib/utils/__.d.ts

9 lines
276 B
TypeScript
Raw Normal View History

2024-09-04 13:13:15 -03:00
/**
* Renders the given string as defined in __@see config/strings.js__
* @param keyword
* @param data - template data
* @param fallback - fallback template
* @return resulting string
*/
export default function __(keyword: string, data: any, fallback?: string): string;