mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 20:37:05 +02:00
[style] Fixing TSLint violations
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
/**
|
||||
* Formats the current time (to the minute).
|
||||
*/
|
||||
export function getTimestamp() {
|
||||
const d: Date = new Date();
|
||||
// A negative slice value takes from the end of the string rather than the beginning.
|
||||
|
||||
Reference in New Issue
Block a user