There was an error while loading. Please reload this page.
1 parent 94f5f6a commit 6e6fbbaCopy full SHA for 6e6fbba
1 file changed
README.md
@@ -20,7 +20,7 @@ After copying these files to a locaton on your machine, run command `npm link ty
20
Add the lualib files to your project. This helper library unlocks additional typescript functions:
21
- Ternary operator
22
- Functional-style list operations (forEach/map/filter/every/some)
23
-- Includes lua Map<S,T> and Set<T> implementations
+- Includes lua `Map<S,T>` and `Set<T>` implementations
24
Add `require("typescript")` in your code code if you want to use the lualib functionality.
25
26
### Transpiling an individual TypeScript file to Lua
0 commit comments