@k8ts/metadata
Version:
K8ts tools for working with k8ts metadata.
8 lines • 480 B
TypeScript
import { SectionKey, ValueKey } from "./repr";
export declare const normalChar: import("parjs").Parjser<string>;
export declare const pNameValue: import("parjs").Parjser<string>;
export declare function parseSectionKey(key: string): SectionKey;
export declare function checkValue(value: string): string;
export declare function parseInnerKey(key: string): ValueKey;
export declare function parseOuterKey(key: string): ValueKey | SectionKey;
//# sourceMappingURL=parse-key.d.ts.map