Skip to main content
Module

x/prompt_object/deno.json

ask for all the properties of an object, and use the current value as the type and the default value
Latest
File
{ "tasks": { "dev": "deno run -A --unstable --watch ./main.ts", "version": "deno run -A https://deno.land/x/version/index.ts", "release": "deno task version patch && git push --tags origin main", "test": "deno test --unstable --allow-all --watch prompt.test.ts" }}