0.21.0 • Published 3 years ago
@ancient-legion/mod-api v0.21.0
Declarations of types for Mod api of the AncinetLegion game
✨ Install
In tsconfig.json  
{
    "compilerOptions": {
        ...
        "moduleResolution": "node",
        "types": [ "node", "@ancient-legion/mod-api" ],
        ...
    },
    ...
}