UNPKG

li18nt

Version:

Locales linter, formatter, sorter and prettifier

9 lines (8 loc) 248 B
import { PropertyPath } from '@types'; import { ChalkInstance } from 'chalk'; /** * Prettifies a property path * @param path * @param last */ export declare const prettyPropertyPath: (path: PropertyPath, last?: ChalkInstance | null) => string;