This commit is contained in:
2021-06-27 20:27:03 -05:00
commit cbd4520e12
42 changed files with 1836 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "types-ts-2take1",
"version": "1.0.0",
"description": "Typescript types for 2take1, used with https://typescripttolua.github.io",
"keywords": [
"Typescript",
"2take1",
"lua"
],
"author": "Zomo",
"license": "UNLICENSED"
}