1.0.8 • Published 1 year ago

@mechazawa/cc-types v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

cc-types

This repo contains type definitions for ComputerCraft:Tweaked.

Feel free to make a pull request containing improvements or missing implimentations.

Installation

  1. Install the package
npm install --include=dev @mechazawa/cc-types
  1. Modify your tsconfig.json
{
  "compilerOptions": {
+   "types": [
+     "@typescript-to-lua/language-extensions",
+     "@mechazawa/cc-types"
+   ]
  }
}

Progress

Done:

  • Globals
    • _G
    • colors
    • ~colours~
    • commands
    • disk
    • fs
    • gps
    • help
    • http
    • io
    • keys
    • multishell
    • os
    • paintutils
    • parallel
    • peripheral
    • pocket
    • rednet
    • redstone
    • settings
    • shell
    • term
    • textutils
    • turtle
    • vector
    • window
  • Modules
    • cc.audio.dfpwm
    • cc.completion
    • cc.expect
    • cc.image.nft
    • cc.pretty
    • cc.require
    • cc.shell.completion
    • cc.strings
  • Peripherals
    • command
    • computer
    • drive
    • modem
    • monitor
    • printer
    • speaker
  • Generic Peripherals
    • energy_storage
    • fluid_storage
    • inventory
1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago