UNPKG

electron-dl-manager

Version:

A library for implementing file downloads in Electron with 'save as' dialog and id support.

6 lines (5 loc) 290 B
/// <reference types="jest" /> export declare const truncateUrl: jest.Mock<any, any, any>; export declare const getFilenameFromMime: jest.Mock<any, any, any>; export declare const generateRandomId: jest.Mock<any, any, any>; export declare const determineFilePath: jest.Mock<any, any, any>;