zepio/app/utils/timestamp.js

4 lines
66 B
JavaScript
Raw Normal View History

// @flow
2018-11-23 10:41:50 -08:00
export const getTimestamp = () => new Date().getTime();