UNPKG

ton-logger

Version:

Logger set and configurations for datadog

9 lines (8 loc) 155 B
interface MaskFunction { (value: string): string; } export default interface LogMask { path: string; maskFunction?: MaskFunction; } export {};