UNPKG

@jsonhero/json-infer-types

Version:
6 lines (5 loc) 165 B
export declare type JSONURIFormat = { name: "uri"; contentType?: string; }; export declare function inferUri(value: string): JSONURIFormat | undefined;