UNPKG

@twg-group/container-manager

Version:

Container management for Docker, Swarm, Kubernetes

6 lines (5 loc) 312 B
export declare const toBoolean: (str: string | unknown) => boolean; export declare const ucfirst: (string: string) => string; export declare const lcfirst: (string: string) => string; export declare const toKebabCase: (string: string) => string; export declare const splitWithSpaces: (string: string) => string;