8 lines
429 B
TypeScript
8 lines
429 B
TypeScript
export declare const GIT_CHANGELOG_MESSAGE_PREFIX = "ChangeLog:";
|
|
export declare const GIT_REPO = "https://git.polymech.io/osr-plastic/";
|
|
export declare const MODULE_NAME = "POLYMECH-CAD";
|
|
export declare const PACKAGE_NAME = "polymech-cad";
|
|
export declare const DEFAULT_REPORT = "${SRC_DIR}/cad-report-${CONFIGURATION}.json";
|
|
export declare const BUF_SIZE_CMP: number;
|
|
export declare const MSG_FAILED_TO_LOAD = "Failed to load";
|