Package Exports
- @zlures/rojs
- @zlures/rojs/lib/main.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@zlures/rojs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
rojs
An ROBLOX package devileried for you to make your hard work a little bit easier.
Installion and Usage
Installing with NPM:
$ npm install @zlures/rojsUsing:
const rojs = require('@zlures/rojs')Example
const rojs = require('@zlures/rojs')
rojs.GetUsernameByID(1, console.log) /*
Description:
Returns 'ROBLOX' in console
Structure:
rojs.GetUsernameByID(id, callback)
*/Questions or issues?
Ask them right here: https://github.com/ro-js/rojs/issues