UNPKG

@o3r/core

Version:
14 lines 497 B
import type { Dataset } from '../../core/application/dgp-interfaces'; /** * Pad number * @param val * @param digits */ export declare function padNumber(val: number, digits?: number): string; /** * Returns TRUE if bootstrap config environment is production FALSE otherwise * @param dataset * @returns TRUE if bootstrap config environment is production FALSE otherwise */ export declare function isProductionEnvironment(dataset: Dataset): boolean; //# sourceMappingURL=debug-helper.d.ts.map