UNPKG

@tobes31415/console-logger

Version:

Formats console logs while preserving stack trace info

4 lines (3 loc) 235 B
export declare function deepAssign<T = any>(target: any, ...others: any[]): T; export declare function isNullorUndefined(value: any): boolean; export declare function nullishCoalesce<T>(value: T | null | undefined, replacement: T): T;