UNPKG

vuex-type-helper

Version:

Type level helper to ensure type safety in Vuex

28 lines (27 loc) 484 B
{ "name": "vuex-type-helper", "version": "1.3.1", "description": "Type level helper to ensure type safety in Vuex", "types": "index.d.ts", "files": [ "index.d.ts", "helpers.d.ts" ], "scripts": { "test": "tsc -p ." }, "keywords": [ "Vue.js", "Vuex", "TypeScript", "type safe", "helper" ], "author": "katashin", "license": "MIT", "devDependencies": { "typescript": "^3.3.3", "vue": "^2.5.16", "vuex": "^3.0.1" } }