14 lines
419 B
Plaintext
14 lines
419 B
Plaintext
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
var _getBindingIdentifiers = require("./getBindingIdentifiers.js");
|
|
var _default = exports.default = getOuterBindingIdentifiers;
|
|
function getOuterBindingIdentifiers(node, duplicates) {
|
|
return (0, _getBindingIdentifiers.default)(node, duplicates, true);
|
|
}
|
|
|
|
//# sourceMappingURL=getOuterBindingIdentifiers.js.map
|