Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

kirishima-ship/collection

Repository files navigation

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);
})()

About

A asynchronous javascript Map utilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published