@progress/kendo-angular-common
Version:
Kendo UI for Angular - Utility Package
8 lines (7 loc) • 525 B
JavaScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2020 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.hasObservers = function (emitter) { return emitter && emitter.observers.length > 0; };