UNPKG

krakentyio-exegesis-koa

Version:
4 lines (3 loc) 257 B
export declare function arrayToObject(values: string | string[] | undefined): any; export declare function removeSimpleTypes(allowedTypes: string[]): ("string" | "object" | "array")[]; export declare function allowedTypesToMap(allowedTypes: string[]): any;