UNPKG

@helenejs/react

Version:

Real-time Web Apps for Node.js

10 lines 379 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useChannel = useChannel; const use_client_1 = require("./use-client"); const utils_1 = require("@helenejs/utils"); function useChannel(channel = utils_1.NO_CHANNEL) { const client = (0, use_client_1.useClient)(); return client.channel(channel); } //# sourceMappingURL=use-channel.js.map