@o3r/core
Version:
Core of the Otter Framework
14 lines • 497 B
TypeScript
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