zepio/app/utils/timestamp.js

4 lines
66 B
JavaScript

// @flow
export const getTimestamp = () => new Date().getTime();