UNPKG

@k8ts/metadata

Version:

K8ts tools for working with k8ts metadata.

5 lines 241 B
import { Map } from "immutable"; import { ValueKey } from "../key/repr"; import type { InputMeta } from "./dict-input"; export declare function parseMetaInput(input: InputMeta): Map<ValueKey, string>; //# sourceMappingURL=parse-dict.d.ts.map