UNPKG

@thisisagile/easy

Version:

Straightforward library for building domain-driven microservice architectures

5 lines (4 loc) 192 B
import { Optional } from '../types/Types'; export declare function log<T>(t: T): T; export declare function log<T>(label: string, t: T): T; export declare function dir<T>(t?: T): Optional<T>;