Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/velo/dev_deps.ts>defaultColumns

Performant Cache implementations for Deno. Supports LRU, LFU, ARC and other caching policies.
Go to Latest
function defaultColumns
Re-export
import { defaultColumns } from "https://deno.land/x/velo@0.1.5/dev_deps.ts";

Defines the default ColumnDefinitions, which are Name, Runs, Total (ms) and Average (ms)

Parameters

optional
columns: (
| "name"
| "runsCount"
| "totalMs"
| "measuredRunsAvgMs"
)[]

Returns

ColumnDefinition[]