1.0.0 • Published 4 years ago

@glua-addon-types/rule34js v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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