Skip to main content
This package has been archived, and as such it is read-only.

atproto timestamp identifier codec library

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
Published
a month ago (1.0.2)
Package root>jsr.json
{ "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@atcute/tid", "version": "1.0.2", "license": "MIT", "exports": { ".": "./lib/index.ts" }, "publish": { "include": [ "lib/", "!lib/**/*.bun.ts", "!lib/**/*.node.ts", "!lib/**/*.bench.ts", "!lib/**/*.test.ts", "README.md" ] } }