parseID Split an id into its parts and decode its timestamp utils-parseid log Utils index.js Crypto A db id is a ULID, so its creation time is encoded in the id itself — parseID hands it back as a Date with no extra column. Returns null for anything isValidID would reject ["utils","crypto","parseid","ulid","timestamp","id"] Example
Categories