UNPKG

@sasjs/adapter

Version:

JavaScript adapter for SAS

7 lines (6 loc) 245 B
interface WindowFeatures { width: number; height: number; } export declare function openWebPage(url: string, windowName?: string, WindowFeatures?: WindowFeatures, onLoggedOut?: () => Promise<Boolean>): Promise<Window | null>; export {};