Files
twtxt-lib/dist-node/constants.js
Eric Woodward c776b5df6a add support for v2 hashing algorithm.
update README.md and demo file to be more in sync.
update to v0.10.0.
2026-03-29 22:34:43 -04:00

6 lines
112 B
JavaScript

const HASH_V2_EPOCH = `2026-07-01T00:00:00Z`;
export {
HASH_V2_EPOCH
};
//# sourceMappingURL=constants.js.map