UNPKG

cloud-region-shortener

Version:

Shorten region names of cloud providers for use in resource names

9 lines 411 B
export declare enum Styles { standard = 0 } export declare function getDefaultStyle(): Styles; export declare function setDefaultStyle(style?: Styles): Styles; export declare function setMaxLength(length?: number): number; export declare function getMaxLength(): number; export declare function getShortRegion(region: string, style?: Styles, pMaxLength?: number): string; //# sourceMappingURL=index.d.ts.map