UNPKG

@ffsm/utils

Version:

A collection of utility functions for React and JavaScript, providing type-safe utilities for common tasks like prop management, conditional rendering, and more.

2 lines (1 loc) 58 B
export declare function toKebabCase(str: string): string;