UNPKG

style-dictionary

Version:

Style once, use everywhere. A build system for creating cross-platform styles.

9 lines (8 loc) 211 B
/** * Returns the paths name be joining its parts with separator '.'. * * @private * @param {string[]} path * @returns {string} - The paths name */ export default function getName(path: string[]): string;