UNPKG

screeps-cartographer

Version:

An advanced (and open source) movement library for Screeps

5 lines (4 loc) 166 B
/** * Derives a cache key namespaced to a particular object. `id` should be a hex string */ export declare const objectIdKey: (id: string, key?: string) => string;