UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

7 lines 314 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SET_PUSHER_METADATA = '@@pusher/SET_METADATA'; exports.setMetadata = function (channel, metadata) { return ({ type: exports.SET_PUSHER_METADATA, channel: channel, metadata: metadata }); }; //# sourceMappingURL=metadata.js.map