Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 511 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 511 Bytes

Kirishima Banner

@kirishima/queue

Instalation

npm install @kirishima/queue @kirishima/core

Features

  • Written in TypeScript
  • Support ESM & CommonJS

Example

import { KirishimaQueue } from "@kirishima/queue";
import { Kirishima } from "@kirishima/core";

const kirishima = new Kirishima({
    plugins: [
        new KirishimaQueue()
    ]
});