UNPKG

@codification/cutwater-aws

Version:

A library providing general functionality for TypeScript based AWS projects.

5 lines 354 B
export declare const VALUE_SEPERATOR = "#"; export declare const toValuePart: (value: string, index: number, defaultValue?: string) => string | undefined; export declare const formatValue: (...elements: Array<string | number | undefined>) => string; export declare const parseValue: (value?: string) => string[]; //# sourceMappingURL=DynamoUtils.d.ts.map