1.1.0 • Published 5 years ago
@glua-addon-types/flex v1.1.0
flex
package.json
:
{
"devDependencies": {
"@glua-addon-types/flex": "^1.1.0"
}
}
tsconfig.json
:
{
"compilerOptions": {
"target": "ESNext",
"lib": [ "ESNext" ],
"types": [
"@glua-addon-types/FLEX/index"
]
}
}