rbx-datastore-light
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

rbx-datastore-light

NPM

Installation: npm i rbx-datastore-light

Example use:

import { DataStore } from "rbx-datastore-light"

let MainStore = new DataStore<string>("Main", "MyScope")

MainStore.set("hello", "hi")
MainStore.get("hello") // hi
MainStore.remove("hello")

Readme

Keywords

none

Package Sidebar

Install

npm i rbx-datastore-light

Weekly Downloads

1

Version

1.1.0

License

Apache License 2.0

Unpacked Size

18.3 kB

Total Files

9

Last publish

Collaborators

  • dog2puppy