UNPKG

screeps-cartographer

Version:

An advanced (and open source) movement library for Screeps

4 lines (3 loc) 184 B
export declare const profile: <T>(key: string, callback: () => T) => T; export declare const measure: (callback: () => void) => number; export declare const profileReport: () => void;