@carbon/ibm-products
Version:
Carbon for IBM Products
16 lines • 425 B
TypeScript
export const isProduction: boolean;
export function noop(): any;
export function shimIfProduction(fn: any): any;
export const log: any;
export const warn: any;
export const error: any;
declare namespace _default {
export { isProduction };
export { noop };
export { shimIfProduction };
export { log };
export { warn };
export { error };
}
export default _default;
//# sourceMappingURL=pconsole.d.ts.map