UNPKG

@carbon/ibm-products

Version:

Carbon for IBM Products

16 lines (15 loc) 393 B
export const isProduction: boolean; export function noop(): undefined; 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;