UNPKG

style-dictionary-utils

Version:
7 lines (6 loc) 213 B
import { Transform } from 'style-dictionary/types'; /** * namePathToCameCase * @description convert the entire `path` to camel case and replaces the name */ export declare const namePathToCamelCase: Transform;