UNPKG

vuex-easy-firestore

Version:

Easy coupling of firestore and a vuex module. 2-way sync with 0 boilerplate!

10 lines (9 loc) 251 B
import { AnyObject } from '../declarations'; /** * a function returning the mutations object * * @export * @param {object} userState * @returns {AnyObject} the mutations object */ export default function (userState: object): AnyObject;