mirror of
https://github.com/unraid/api.git
synced 2026-01-23 17:08:36 -06:00
13 lines
196 B
TypeScript
13 lines
196 B
TypeScript
/*!
|
|
* Copyright 2019-2020 Lime Technology Inc. All rights reserved.
|
|
* Written by: Alexis Tyler
|
|
*/
|
|
|
|
import NanoBus from 'nanobus';
|
|
|
|
/**
|
|
* Main event bus.
|
|
*/
|
|
export const bus = new NanoBus();
|
|
|