Skip to content

utils/object

Here are all object related utils.

Use @zl-asica/react or @zl-asica/react/utils for all utils.

Example

tsx
import { isEmpty } from '@zl-asica/react';

const MyComponent = () => {
  const emptyString = isEmpty('');
  // emptyString will be true
  return <p>{emptyString}</p>;
};

Functions

Released under the MIT License.