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.

7 lines (6 loc) 181 B
export * from './clone-deep'; export * from './get-own-prop'; export * from './is-equal'; export * from './is-own'; export * from './merge-object'; export * from './to-kebab-case';