UNPKG

@jeaks03/overseer

Version:

Just another TypeScript Back-End framework

8 lines (7 loc) 248 B
export declare class Converter { getContentType(): string; canRead(target: string, contentType: string): boolean; canWrite(target: any, contentType: string): boolean; doWrite(target: any): string; doRead(target: string): any; }