bb544469fdcb775bdf7ab64a184d04d567e8a51b
The verbatim-module-syntax lint rule was correctly flagging that GraphConfig is only used in a type position (typeof GraphConfig). Since typeof resolves purely at the type level, import type works fine here and is the correct form. No lint exclusion needed. Also: deno fmt across all files (markdown line wrapping).
Description
No description provided
Languages
TypeScript
100%