Skip to main content
Module

x/sdeno/deno.json

Steno on Deno. Specialized fast async file writer.
Go to Latest
File
{ "fmt": { "options": { "indentWidth": 4, "proseWrap": "preserve", "singleQuote": true } }, "tasks": { "bench": "deno run --allow-env --allow-read --allow-write ./src/benchmark.ts", "test": "deno test --allow-env --allow-read --allow-write ./src/test.ts" }}