UNPKG

di-vue-mask

Version:
8 lines (5 loc) 151 B
import { install } from './install'; export default { install }; if (typeof window !== 'undefined' && window.Vue) { window.Vue.use({ install }); }