UNPKG

@builder.io/dev-tools

Version:

Builder.io 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; }