UNPKG

hd-utils

Version:

A handy utils for modern JS developers

7 lines (6 loc) 281 B
import { ClassNames as classNamesType } from '../types'; /** * @description It takes any number of arguments, and returns a string of all the arguments that are truthy, * separated by spaces. */ export default function classNames(...args: classNamesType.ArgumentArray): string;