UNPKG

@krlwlfrt/xsdco

Version:
6 lines (5 loc) 215 B
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;