Skip to content

Instantly share code, notes, and snippets.

@jazzyjackson
Created December 18, 2019 04:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jazzyjackson/a26bb7b302d616dedef2200c673ed9b7 to your computer and use it in GitHub Desktop.
Save jazzyjackson/a26bb7b302d616dedef2200c673ed9b7 to your computer and use it in GitHub Desktop.
const start = Date.now()
module.exports = function millis(){
return String(Date.now() - start).padEnd(8)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment