UNPKG

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.

15 lines (12 loc) 468 B
// ------------------------------------------------------------------------------ // // index.d // author: 喵大斯( h5devs.com/h5devs.net ) // created: 2018/5/20 // copyright (c) 2015 喵大斯( aosnow@yeah.net ) // // ------------------------------------------------------------------------------ import MIME from './mimetype'; import { BlobFile, Endings } from './BlobFile'; import Downloader from './Downloader'; export { MIME, BlobFile, Endings, Downloader };