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.
2 parents 8c96f7a + be27662 commit 8222f0aCopy full SHA for 8222f0a
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