@raona/sp
Version:
Raona utilities to work with Sharepoint using pnp/sp
7 lines (6 loc) • 313 B
TypeScript
/**
* Function to open a certain url and close it after some time has passed
* @param url url to open on a new window | tab
* @param timeToClose time in milliseconds to wait before closing automatically the window
*/
export declare function openAndCloseWindow(url?: string, timeToClose?: number): void;