@glua-addon-types/rule34js
v1.0.0
Published
typings for rule34js lua addon
Downloads
8
Maintainers
Readme
@glua-addon-types/rule34js
Definitions for https://steamcommunity.com/sharedfiles/filedetails/?id=2162211415
it defines global function, and module autorun/rule34js.lua
package.json
:```json
{
"devDependencies": {
"@glua-addon-types/rule34js": "1.0.0"
}
}
`tsconfig.json`:```json
{
"compilerOptions":{
"types": [
"@glua-addon-types/rule34js/index"
]
}
}