UNPKG

401 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.deunionize = void 0;
4/**
5 * Expose properties from all union variants.
6 * @deprectated
7 * @see https://github.com/telegraf/telegraf/issues/1388#issuecomment-791573609
8 * @see https://millsp.github.io/ts-toolbelt/modules/union_strict.html
9 */
10function deunionize(t) {
11 return t;
12}
13exports.deunionize = deunionize;