UNPKG

@coko/server

Version:

Reusable server for use by Coko's projects

12 lines 368 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.subscriptions = exports.labels = void 0; exports.labels = { USER_LOADER: '[USER LOADER] -', USER_CONTROLLER: '[USER CONTROLLER] -', USER_RESOLVER: '[USER RESOLVER] -', }; exports.subscriptions = { USER_UPDATED: 'USER_UPDATED', }; //# sourceMappingURL=constants.js.map