UNPKG

vue-mobx-finegrained

Version:

Vue 3 composable for a complete MobX state management integration.

11 lines (7 loc) 186 B
import { injectable } from 'inversify' @injectable() export class FakeHttpGateway { get = async (path) => {} post = async (path, requestDto) => {} delete = async (path) => {} }