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)
{ "name": "@dnl-fm/zeit-ts", "version": "0.9.2", "description": "Helps syncing/reading user dates in your database", "exports": "./mod.ts", "imports": { "zod": "npm:zod@^3.24.2", "luxon": "npm:luxon@^3.0.0", "assert": "jsr:@std/assert@^1.0.11" }, "tasks": { "test": "deno test --parallel" }, "test": { "include": [ "tests/*.ts" ] }, "lint": { "include": [ "./" ], "rules": { "tags": [ "recommended", "jsr" ] } }, "fmt": { "useTabs": false, "lineWidth": 250, "indentWidth": 2, "semiColons": true, "singleQuote": true, "proseWrap": "preserve", "include": [ "src/" ] } }