screeps-api
    Preparing search index...

    Type Alias UserCodeModule

    UserCodeModule: string | UserCodeWasmModule

    Contents of a single module.

    If the value is a string, the module is JavaScript code. If the value has a binary property, the module is a UserCodeWasmModule.