UNPKG

@unstoppabledomains/resolution

Version:
8 lines (7 loc) 195 B
export default class Networking { static fetch(url: string, options?: { body?: string; headers?: Record<string, string>; method?: string; }): Promise<Response>; }