mirror of https://github.com/buster-so/buster.git
4 lines
151 B
TypeScript
4 lines
151 B
TypeScript
|
import { BannerPlugin, CharacterCounterPlugin } from './buster-stream-plugin';
|
||
|
|
||
|
export const BusterStreamKit = [BannerPlugin, CharacterCounterPlugin];
|