UNPKG

@k8ts/metadata

Version:

K8ts tools for working with k8ts metadata.

6 lines 213 B
import type { Map } from "immutable"; import type { ValueKey } from "./repr"; export declare function toObjectForm(map: Map<ValueKey, string>): { [key: string]: string; }; //# sourceMappingURL=convert.d.ts.map