UNPKG

@k8ts/instruments

Version:

A collection of utilities and core components for k8ts.

7 lines 380 B
import { PortSet } from "./set"; import type { InputPortSetRecord } from "./types"; export { PortMap } from "./map"; export { PortSet } from "./set"; export { InputPortMapping, InputPortSetRecord, PortMapEntry, PortSetEntry } from "./types"; export declare function ports<Names extends string>(input: InputPortSetRecord<Names>): PortSet<Names>; //# sourceMappingURL=index.d.ts.map