new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Deno · Reference · all subjects

cli commands/types

2 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

deno types command basic usage

The deno types command prints TypeScript type declarations for all Deno-specific APIs to stdout. Use 'deno types' to print declarations or 'deno types > deno.d.ts' to save them to a file.

deno types purpose and use cases

The deno types command is useful for printing Deno's built-in TypeScript type declarations. It is needed when using an editor without Deno LSP support, generating type declarations for a build pipeline, or inspecting which APIs are available at the current Deno version. Most editors with the Deno extension handle types automatically.

Give your agent this brain