@joergmittaglawo/dmvconfig
Version:
DMV Configuration scripts for Lawo V__matrix Distributed Multiviewers.
15 lines • 363 B
TypeScript
/**
* Finds the DMV Configurations directory
* @packageDocumentation
*
* @version 0.0.0-alpha.0
* @date 2020-04-21
* @author Mittag, Jörg (Lawo) <joerg.mittag@lawo.com>
* @license SPDX-License-Identifier: MIT
*/
/**
* The Configurations directory
*/
export declare const CONF_DIR: string;
export default CONF_DIR;
//# sourceMappingURL=conf_dir.d.ts.map