UNPKG

screeps-cartographer

Version:

An advanced (and open source) movement library for Screeps

10 lines (9 loc) 279 B
/// <reference types="screeps" /> import { MoveOpts } from './lib'; export declare const config: { DEFAULT_MOVE_OPTS: MoveOpts; DEFAULT_VISUALIZE_OPTS: PolyStyle; MEMORY_CACHE_PATH: string; MEMORY_CACHE_EXPIRATION_PATH: string; MEMORY_PORTAL_PATH: string; };