typescript-class-helpers
Version:
Usefull helper to have in your typescript project
62 lines (61 loc) • 4.77 kB
TypeScript
export declare const ENV_NPM_LIB_AND_CLI_TOOL_WEBSITE_DOMAIN = "typescript-class-helpers.example.domain.com";
export declare const ENV_NPM_LIB_AND_CLI_TOOL_WEBSITE_TITLE = "Typescript Class Helpers";
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_TARGET_ARTIFACT = "npm-lib-and-cli-tool";
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_ENV_NAME = "__";
export declare const ENV_NPM_LIB_AND_CLI_TOOL_PURPOSE: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RECURSIVE_ACTION: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_IS_CI_PROCESS: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_CONTAINER_END: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_CONTAINER_ONLY: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_CONTAINER_START: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_CONTAINER_SKIP_RELEASED: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_CONTAINER_SKIP: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_RESOLVED_NEW_VERSION: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_RELEASE_VERSION_BUMP_TYPE: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_ENV_NUMBER: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_INSTALL_LOCALLY: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_REMOVE_RELEASE_OUTPUT_AFTER_LOCAL_INSTALL: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_CLI_MINIFY: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_CLI_INCLUDE_NODE_MODULES: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_CLI_UGLIFY: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_CLI_OBSCURE: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_CLI_COMPRESS: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_NODE_BACKEND_APP_MINIFY: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_RELEASE_TYPE: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_LIB_REMOVE_DTS: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_LIB_OBSCURE_FILE_BY_FILE: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_LIB_UGLIFY_FILE_BY_FILE: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_LIB_INCLUDE_SOURCE_MAPS: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_LIB_COMPRESS: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_LIB_DO_NOT_INCLUDE_LIB_FILES: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_AUTO_RELEASE_USING_CONFIG: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_SKIP_NPM_PUBLISH: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_SKIP_TAG_GIT_PUSH: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_SKIP_RELEASE_QUESTION: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_SKIP_RESOLVING_GIT_CHANGES: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_SKIP_CODE_CUTTING: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_SKIP_BUILDING_ARTIFACTS: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_INIT_BRANDING: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_INIT_STRUCT: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_DOCKER_ADDITIONAL_CONTAINER: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_DOCKER_SKIP_START_IN_ORDER: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_DOCKER_SKIP_USING_MYSQL_DB: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_ANGULAR_PROD: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_WEBSQL: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_PWA_DISABLE_SERVICE_WORKER: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_PWA_NAME: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_PWA_SHORT_NAME: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_PWA_START_URL: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_OVERRIDE_OUTPUT_PATH: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_BASE_HREF: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_SKIP_BUILD_FOR_RELEASE: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_WATCH: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_GEN_ONLY_CLIENT_CODE: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_LOADING_AFTER_ANGULAR_BOOTSTRAP_LOADER: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_LOADING_AFTER_ANGULAR_BOOTSTRAP_BACKGROUND: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_LOADING_PRE_ANGULAR_BOOTSTRAP_LOADER: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_LOADING_PRE_ANGULAR_BOOTSTRAP_BACKGROUND: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_COPY_TO_MANAGER_COPY_TO_LOCATIONS: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_COPY_TO_MANAGER_COPY_TO_PROJECTS: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_COPY_TO_MANAGER_SKIP: any;
export declare const ENV_NPM_LIB_AND_CLI_TOOL_WEBSITE_USE_DOMAIN: any;