holosun
Version:
An events API with delegation and type declarations.
11 lines (9 loc) • 414 B
text/typescript
// ================================================================= //
// Copyright (c) roydukkey. All rights reserved. //
// ================================================================= //
// Guaranteed public API.
export { any } from './src/any';
export { off } from './src/off';
export { on } from './src/on';
export { one } from './src/one';
export { trigger } from './src/trigger';