Repository URL to install this package:
|
Version:
1.0.10 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function isEqualLabelValue(one, two) {
return one.value === two.value && one.label === two.label;
}
exports.isEqualLabelValue = isEqualLabelValue;
//# sourceMappingURL=isEqualLabelValue.js.map