# @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"
		]
    }
}
```