UNPKG
gtavjs-template-mod
Version:
latest (1.0.1)
1.0.1
1.0.0
Create single-player mods using Typescript/Javascript.
github.com/GTAVJS/gtavjs-template-mod
gtavjs-template-mod
/
index.d.ts
6 lines
(3 loc)
•
80 B
TypeScript
View Raw
1
2
3
4
5
6
declare
module
"gtavjs-template-mod/scripts/main"
{
export
{}; }