vue-simple
Version:
Use Vue in the simplest and easiest way, contain more than one of plugins and other to do that, i hope you will like it.
18 lines (15 loc) • 489 B
TypeScript
// ------------------------------------------------------------------------------
//
// Downloader.d
// author: 喵大斯( h5devs.com/h5devs.net )
// created: 2018/7/5
// copyright (c) 2015 喵大斯( aosnow@yeah.net )
//
// ------------------------------------------------------------------------------
/**
* 立即下载 Blob 文件数据
* @param {Blob} blob
* @param {String} fullname
*/
declare function Downloader( blob:Blob, fullname:string ):void;
export default Downloader;