sparkles

WebJar for sparkles

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

sparkles
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

sparkles
WebJar for sparkles
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/gulpjs/sparkles

Скачать sparkles

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/sparkles/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>sparkles</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/sparkles/
implementation 'org.webjars.npm:sparkles:1.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/sparkles/
implementation ("org.webjars.npm:sparkles:1.0.1")
'org.webjars.npm:sparkles:jar:1.0.1'
<dependency org="org.webjars.npm" name="sparkles" rev="1.0.1">
  <artifact name="sparkles" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='sparkles', version='1.0.1')
)
libraryDependencies += "org.webjars.npm" % "sparkles" % "1.0.1"
[org.webjars.npm/sparkles "1.0.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

sparkles

NPM version Downloads Travis Build Status AppVeyor Build Status Coveralls Status Gitter chat

Namespaced global event emitter

Usage

Sparkles exports a function that returns a singleton EventEmitter. This EE can be shared across your application, whether or not node loads multiple copies.

Note: If you put an event handler in a file in your application, that file must be loaded in via an import somewhere in your application, even if it's not directly being used. Otherwise, it will not be loaded into memory.

var sparkles = require('sparkles')(); // make sure to call the function

sparkles.on('my-event', function(evt){
  console.log('my-event handled', evt);
});

sparkles.emit('my-event', { my: 'event' });

API

sparkles(namespace)

Returns an EventEmitter that is shared amongst the provided namespace. If no namespace is provided, returns a default EventEmitter.

sparkles.exists(namespace);

Checks whether a namespace exists and returns true or false.

Why the name?

This is a "global emitter"; shortened: "glitter" but it was already taken; so we got sparkles instead 😄

License

MIT

org.webjars.npm

gulp

A toolkit to automate & enhance your workflow

Версии библиотеки

Версия
1.0.1
1.0.0