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
/
redactor.d.ts
3 lines
(2 loc)
•
151 B
TypeScript
View Raw
1
2
3
export
declare
const
strRedactor
:
(
str
:
string
) =>
string
;
export
declare
const
objRedactor
: <T =
Record
<
string
,
any
>>
(
obj
:
Record
<
string
,
any
>
) =>
T;