UNPKG

@k8ts/metadata

Version:

K8ts tools for working with k8ts metadata.

4 lines 252 B
import type { Metadata_Input } from "./dict-input"; import type { Metadata_Key_sValue } from "./key/string-types"; export declare function parseMetaInput(input: Metadata_Input): Map<Metadata_Key_sValue, string>; //# sourceMappingURL=parse-dict.d.ts.map