UNPKG

json-schema-to-joi

Version:

Converts JSON schema to Joi typescript code

4 lines (3 loc) 133 B
import * as bunyan from 'bunyan'; export declare type Logger = bunyan; export declare function createLogger(module: string): Logger;