UNPKG

graphdb-workbench

Version:
12 lines (11 loc) 309 B
/** * Utility class for build-related functionality. */ export declare class BuildUtil { /** * Determines if the application is running in development mode. * * @returns {boolean} True if the application is in development mode, false otherwise. */ static isDevMode(): boolean; }