Skip to content

Type Alias: NormalizeResult

NormalizeResult = { ok: true; path: string; } | { escape: true; ok: false; }