You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
370 B
15 lines
370 B
/// <reference types="expo__bunyan" />
|
|
import bunyan from '@expo/bunyan';
|
|
export declare type LogStream = bunyan.Stream;
|
|
export declare type Log = bunyan;
|
|
declare const _default: {
|
|
child: (options: object) => bunyan;
|
|
notifications: bunyan;
|
|
global: bunyan;
|
|
DEBUG: number;
|
|
INFO: number;
|
|
WARN: number;
|
|
ERROR: number;
|
|
};
|
|
export default _default;
|