mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-30 12:57:06 +02:00
[refactor] Pulling out createStatusText from Engine
This commit is contained in:
@@ -9,3 +9,8 @@ export type EqualityFunc<T> = (a: T, b: T) => boolean;
|
||||
export interface IMap<T> {
|
||||
[key: string]: T;
|
||||
}
|
||||
|
||||
/**
|
||||
* Performs some action, with no returned value.
|
||||
*/
|
||||
export type Action = () => void;
|
||||
|
||||
Reference in New Issue
Block a user