UNPKG
@flashcoffee/fclogger
Version:
canary (1.2.62-alpha.0)
latest (1.2.62)
1.2.62
1.2.62-alpha.0
1.2.61
1.2.61-alpha.9
1.2.61-alpha.3
1.2.55
1.2.52-alpha.6
1.2.52-alpha.5
1.2.51-alpha.1
1.2.51-alpha.0
Flash Coffee Custom Logger
gitlab.com/flashcoffee/devteam/flashcoffee-js
@flashcoffee/fclogger
/
dist
/
redactors
/
options.d.ts
10 lines
(9 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export declare const redactorOptions: { builtInRedactors: {}; customRedactors: { after: { regexpPattern: any; replaceWith: string; }
[]
; }; };