We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7bf34 commit ef8de81Copy full SHA for ef8de81
src/utils/index.ts
@@ -1 +1,4 @@
1
export * from './is';
2
+
3
+export const now = () => Date.now();
4
+export const timestamp = () => +Date.now();
0 commit comments