Skip to main content
Module

x/unknownutil/deno.jsonc

🦕 A lightweight utility pack for handling unknown type
Go to Latest
File
{ "lock": false, "tasks": { "build-npm": "deno run -A scripts/build_npm.ts $(git describe --tags --always --dirty)", "test": "deno test --unstable -A --parallel --doc", "check": "deno check --unstable $(find . -name '*.ts')", "upgrade": "deno run -A https://deno.land/x/udd/main.ts $(find . -name '*.ts' -not -path '*/npm/*')" }}