@k8ts/instruments
Version:
A collection of utilities and core components for k8ts.
6 lines • 401 B
TypeScript
import { Map } from "immutable";
import { PortSet } from "../set";
import type { InputPortSetRecord, InputPortSetSpec, PortSetEntry } from "../types";
export declare function parsePortInput(name: string, input: InputPortSetSpec): PortSetEntry;
export declare function portRecordInput(record: InputPortSetRecord<string> | PortSet<string>): Map<string, PortSetEntry>;
//# sourceMappingURL=entry.d.ts.map