UNPKG

httpyac

Version:

HTTP/REST CLI Client for *.http files

6 lines (5 loc) 170 B
import { CommonWindow } from './stubs'; export declare class IntellijWindow implements CommonWindow { btoa(bytes: string): string; atob(bytes: string): string; }