@mythpe/js-helpers
Version:
Library of plugins & shortcuts that use JavaScript, also includes the Vue3 plugin with quasar apps
16 lines (12 loc) • 331 B
text/typescript
/*
* MyTh Ahmed Faiz Copyright © 2016-2023 All rights reserved.
* Email: mythpe@gmail.com
* Mobile: +966590470092
* Website: https://www.4myth.com
* Github: https://github.com/mythpe
*/
export * from './src'
// import { installPlugin, useMyth } from 'src'
// export { installPlugin, useMyth }
export {}
export default {}