Utilities.d.ts 62 Bytes Raw Blame History Permalink 1 declare type NVPair<V = string> = { name: string; value: V };