export function getCurrentTime()
in
src/utilities.ts [17:19]
3
lines of code
1
McCabe index (conditional complexity)
export function getCurrentTime(): number { return new Date().getTime() }