UNPKG

@progress/kendo-angular-common

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