Skip to content

Both copy text to your clipboard — Build with AI copies a setup prompt to paste into Claude Code, Cursor, Codex or Copilot; Copy page as Markdown copies this page to paste into a chat. How it works

DistributiveKeys<T>

DistributiveKeys<T> = T extends T ? keyof T : never

Defined in: src/util/vectortile_to_geojson.ts:7

A helper for type to omit a property from a type

Type Parameters

Type Parameter
T