UNPKG
fints
Version:
latest (0.5.0)
0.5.0
0.3.1
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
FinTS client library with psd2 support
github.com/Prior99/fints
Prior99/fints
fints
/
dist
/
logger.d.ts
5 lines
(4 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
logger
:
import
(
"winston"
).
Logger
;
export
declare
const
verbose
:
(
...
args
:
any
[]
) =>
any
;
export
declare
const
warn
:
(
...
args
:
any
[]
) =>
any
;
export
declare
const
error
:
(
...
args
:
any
[]
) =>
any
;