This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@kirishima/collection

0.1.3 • Public • Published

Kirishima Banner

@kirishima/collection

Features

  • Written in TypeScript
  • Asynchronous

Example

import { KirishimaCollection } from "@kirishima/collection";
(async () => {
    const collection = new KirishimaCollection();
    await collection.set("key", "value");
    const savedData = await collection.get("key");
    console.log(savedData);
})()

/@kirishima/collection/

    Package Sidebar

    Install

    npm i @kirishima/collection

    Weekly Downloads

    0

    Version

    0.1.3

    License

    GPL-3.0

    Unpacked Size

    42.5 kB

    Total Files

    8

    Last publish

    Collaborators

    • kagchi