This release is 1 version behind 0.9.3 — the latest version of @dnl-fm/zeit-ts. Jump to latest
Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
Helps syncing/reading user dates in your database
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
100%
Published
a month ago (0.9.2)
export { Cycles } from "./src/cycles.ts"; export { DatabaseZeit } from "./src/database-zeit.ts"; export { Timezone, TimezoneSchema } from "./src/timezone.ts"; export { UserZeit } from "./src/user-zeit.ts"; export { Zeit } from "./src/zeit.ts"; export type { ZeitInterval, ZeitPeriod, ZeitSchema } from "./src/zeit.ts";