UNPKG

@flashcoffee/fclogger

Version:
3 lines (2 loc) 151 B
export declare const strRedactor: (str: string) => string; export declare const objRedactor: <T = Record<string, any>>(obj: Record<string, any>) => T;