UNPKG

@deploystack/docker-to-iac

Version:

Translate docker run and docker compose file to Infrastructure as Code

3 lines (2 loc) 140 B
import { PortMapping } from '../types/container-config'; export declare function parsePort(portValue: string | PortMapping): number | null;