UNPKG

@khulnasoft.com/dev-tools

Version:

KhulnaSoft Visual CMS Devtools

8 lines (7 loc) 198 B
export declare function requestJSON<T>(opts: RequestOptions): Promise<T>; export interface RequestOptions { url: URL; headers?: Record<string, string>; method: string; body?: any; }