UNPKG
simple-redact
Version:
latest (0.2.0)
0.2.0
0.1.4
0.1.3
0.1.2
0.1.0
A simple redact lib
github.com/elmalakomar/simple-redact
elmalakomar/simple-redact
simple-redact
/
build
/
lib
/
buildConfig.d.ts
3 lines
(2 loc)
•
126 B
TypeScript
View Raw
1
2
3
import
{
ConfigRedact
}
from
'../typings/ConfigRedact'
;
export
declare
const
buildConfig
:
(
config
:
string
[]
) =>
ConfigRedact
;