UNPKG

@netlify/classnames-template-literals

Version:

Small utility to format long classnames with template literals

5 lines (4 loc) 112 B
/** * Format long classnames with template literals */ export default function ctl(template: string): string;