UNPKG

nobloxmmc.js

Version:

A Node.js wrapper for ROBLOX. (original from sentanos)

8 lines (6 loc) 125 B
// Dependencies var Promise = require('bluebird') // Define module.exports = function (func) { return new Promise(func) }