roblox-informer
v0.1.3
Published
Assistant Module for Roblox
Downloads
5
Readme
roblox-informer
Assistant Module for Roblox
Kurulum
To install module:
npm install roblox-informer
Usage
To use the module, first require or import it in your project:
// CommonJS
const RobloxInformer = require("roblox-informer");
// ES6
import RobloxInformer from "roblox-informer";
Now, you can use module now
// Im bored
Lisans
This module is licensed under the [ISC] license. For more information, see the License File.
Değişiklik Günlüğü
[0.1.3] - []
- Removed node-fetch
- Added CommonJS support
[0.1.2] - []
- Added node-fetch
- Added ES6 support