1.0.0 • Published 3 years ago

@rbxts/mollerbase v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

mollerbase

somehow stupider than trollsmile meant for stuff like requires i guess:

say this was at path.to.your.model

import mollerbase from '@rbxts/mollerbase'
export = mollerbase((name: string) => {
  print(name, 'is a good dog')
})

and after compiling you'd be able to use it like

-- all of these will print "molly is a good dog"
local module = require(path.to.your.model)
module('molly')
module.load('molly')
module:Fire('molly')
module.dog('molly')