UNPKG

vue-cryptojs

Version:

A small wrapper for integrating crypto-js into VueJS

6 lines (4 loc) 96 B
import type { Plugin, App } from "vue" export = { install: (app: App) => Plugin['install'] }