UNPKG

@coat/cli

Version:

TODO: See #3

8 lines (7 loc) 270 B
/** * Formats a property path to be displayed as a validation issue. * * @param propertyPath The property path that should be formatted * @returns The formatted property path */ export declare function formatPropertyPath(propertyPath: (string | number)[]): string;