UNPKG
@krlwlfrt/xsdco
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
0.0.1
XSD converter
krlwlfrt.gitlab.io/xsdco
@krlwlfrt/xsdco
/
lib
/
common.d.ts
6 lines
(5 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Type
}
from
'@krlwlfrt/tsg'
;
import
winston
from
'winston'
;
export
type
TypeMap
=
Record
<
string
,
Type
>;
export
declare
function
sha256
(
content
:
string
):
string
;
export
declare
const
logger
: winston.
Logger
;