UNPKG

sugo-constants

Version:
15 lines (11 loc) 223 B
/** * Client type of hubs * @module ClientTypes */ 'use strict' /** Actor type */ exports.ACTOR = 'sugo:actor' /** Caller type */ exports.CALLER = 'sugo:caller' /** Observer type */ exports.OBSERVER = 'sugo:observer'