UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

5 lines (4 loc) 241 B
/** * @internal Если значение variable не определено, то возвращает newValue. Иначе возвращает variable. */ export declare function newValueIfUndefined(variable: any, newValue: any): any;