working on timestamps and make netscript function highlight more specific.

This commit is contained in:
Olivier Gagnon
2021-11-11 10:07:16 -05:00
parent 1e7da4c610
commit 3f28b066b0
6 changed files with 20 additions and 15 deletions
+3
View File
@@ -0,0 +1,3 @@
export function formatTime(format: string): string {
return "";
}