UNPKG

165 BTypeScriptView Raw
1export declare type JSONURIFormat = {
2 name: "uri";
3 contentType?: string;
4};
5export declare function inferUri(value: string): JSONURIFormat | undefined;