JSPM

luau-task

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q78092F
  • License MIT

A Luau task library

Package Exports

  • luau-task
  • luau-task/src/init.luau

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

Readme

checks version GitHub top language license npm

luau-task

A tiny package to standardize the Roblox task library. It follows the Sea of Voices Luau Package Standard.

  • If _G.LUA_ENV is set to "roblox", it will use Roblox task global variable.
  • If _G.LUA_ENV is set to "lune", it will use the Lune built-in task package.

No Luau-only implementation is currently available.

Installation

Add luau-task in your dependencies:

yarn add luau-task

Or if you are using npm:

npm install luau-task

Other Lua Environments Support

If you would like to use this library on a Lua (or Luau) environment where it is currently incompatible, open an issue (or comment on an existing one) to request the appropriate modifications.

The library uses darklua to process its code.

License

This project is available under the MIT license. See LICENSE.txt for details.