UNPKG
figura-ts
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Lua Types for the Minecraft Mod Figura
github.com/N1ghtTheF0x/figura-ts
N1ghtTheF0x/figura-ts
figura-ts
/
types
/
minecraft
/
resource.d.ts
4 lines
•
85 B
TypeScript
View Raw
1
2
3
4
declare
namespace
Minecraft
{
export
type
Identifier
=
`
${
string
}
:
${
string
}
`
}