Skip to content

Commit

Permalink
fix non updated node/lib/types.js (probably @jmillan running non upda…
Browse files Browse the repository at this point in the history
…ted npm TS dependency in mediasoup)
  • Loading branch information
ibc committed Jun 29, 2022
1 parent 29d2e31 commit a63de49
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion node/lib/types.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
Expand Down

0 comments on commit a63de49

Please sign in to comment.