]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/tidep0084.git/blobdiff - prebuilt/iot-gateway/node_modules/depd/lib/compat/event-listener-count.js
Updated Sensor To Cloud design to have an easy to use setup GUI on the
[apps/tidep0084.git] / prebuilt / iot-gateway / node_modules / depd / lib / compat / event-listener-count.js
diff --git a/prebuilt/iot-gateway/node_modules/depd/lib/compat/event-listener-count.js b/prebuilt/iot-gateway/node_modules/depd/lib/compat/event-listener-count.js
deleted file mode 100644 (file)
index a05fceb..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/*!
- * depd
- * Copyright(c) 2015 Douglas Christopher Wilson
- * MIT Licensed
- */
-
-'use strict'
-
-/**
- * Module exports.
- * @public
- */
-
-module.exports = eventListenerCount
-
-/**
- * Get the count of listeners on an event emitter of a specific type.
- */
-
-function eventListenerCount(emitter, type) {
-  return emitter.listeners(type).length
-}