ohctechv3/.svn/pristine/27/270875cf958c4f93f047499ff03b32dc85cb4430.svn-base
2024-10-28 15:03:36 +05:30

8 lines
162 B
Plaintext

/**
* A Util Class only used when debugging for printing time to console
*/
export declare class Timer {
private timestamp;
print(msg: string): void;
}