1.0.2 • Published 1 year ago

@atcute/tid v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@atcute/tid

atproto timestamp identifier codec library

import * as TID from '@atcute/tid';

const tidString = TID.now();
//    ^? "3l25zusnsfctk"

const result = TID.parse(tidString);
//    ^? { timestamp: 1724171495793000, clockid: 816 }
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago