UNPKG
@eightshone/sshman
Version:
latest (0.1.8)
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
A simple cli ssh manager
github.com/eightshone/shhman
eightshone/shhman
@eightshone/sshman
/
src
/
utils
/
time.ts
4 lines
(2 loc)
•
96 B
text/typescript
View Raw
1
2
3
4
import
dayjs
from
"dayjs"
;
export
const
formattedTime =
dayjs
().
format
(
"YYYY-MM-DD HH:mm:ss"
);