UNPKG

rrsx

Version:
8 lines (5 loc) 108 B
export default class ServiceStore { store: Object; create: (Service) => {}; get: (Service) => {}; }