JSPM

  • Created
  • Published
  • Downloads 550
  • Score
    100M100P100Q96608F
  • License Apache-2.0

A port of pobammer's janitor module.

Package Exports

  • @rbxts/janitor

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 (@rbxts/janitor) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@rbxts/janitor

NPM

A port of pobammer's janitor module

Changes

  • Gets the Promise lib by using _G
  • Returns
return {
    Janitor = Janitor
}

instead of just returning the Janitor namespace.

Changelog

1.0.0

  • Initial release

Installation:

npm i @rbxts/janitor

Example Usage

import janitor from "@rbxts/tableutil";

// print a table
tableutil.Print(table, "Table Util Test", true); // recursive print `table` with title "Table Util Test"