@carbon/ibm-products-web-components
Version:
Carbon for IBM Products Web Components
16 lines (15 loc) • 434 B
TypeScript
export declare const isProduction: boolean;
export declare const noop: () => undefined;
export declare const shimIfProduction: (fn: any) => any;
export declare const log: any;
export declare const warn: any;
export declare const error: any;
declare const _default: {
isProduction: boolean;
noop: () => undefined;
shimIfProduction: (fn: any) => any;
log: any;
warn: any;
error: any;
};
export default _default;