vuex-easy-firestore
Version:
Easy coupling of firestore and a vuex module. 2-way sync with 0 boilerplate!
10 lines (9 loc) • 310 B
TypeScript
import { IEasyFirestoreModule } from '../declarations';
/**
* Check the config for type errors for non-TypeScript users
*
* @export
* @param {IEasyFirestoreModule} config
* @returns {boolean} true if no errors, false if errors
*/
export default function (config: IEasyFirestoreModule): boolean;