commit
This commit is contained in:
parent
be4fd23bcf
commit
0bd53741af
728 changed files with 86573 additions and 0 deletions
12
node_modules/telegraf/lib/deunionize.js
generated
vendored
Normal file
12
node_modules/telegraf/lib/deunionize.js
generated
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.deunionize = void 0;
|
||||
/**
|
||||
* Expose properties from all union variants.
|
||||
* @see https://github.com/telegraf/telegraf/issues/1388#issuecomment-791573609
|
||||
* @see https://millsp.github.io/ts-toolbelt/modules/union_strict.html
|
||||
*/
|
||||
function deunionize(t) {
|
||||
return t;
|
||||
}
|
||||
exports.deunionize = deunionize;
|
Loading…
Add table
Add a link
Reference in a new issue