We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c96f7a commit be27662Copy full SHA for be27662
README.md
@@ -61,7 +61,7 @@ Get the timestamp of creation of the ID can be extracted by using this method. T
61
...
62
63
// Pass the custom epoch that was used to generate this ID
64
-const ts = Snowflake.timestampFromId(id, uid.customEpoch());
+const ts = Snowflake.timestampFromID(id, uid.customEpoch());
65
66
console.log(ts) // Timestamp of creation of the id
67
0 commit comments