[@rakh/utils](./docs/README.md) / Exports
Has Own is package from Ganuz library
wya-utils for js
Utility functions of HyURL collection.
object utils
check if an object has a specific own property.
A test kit for detecting prototype pollution and gadgets
常用js语法
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
- [Documentation](https://bonlineza.github.io/b-lib/) - [Storybook](https://bonlineza.github.io/b-lib/storybook/index.html) - [CHANGELOG](https://github.com/bonlineza/b-lib/blob/master/CHANGELOG.md) - React Components and base styles - JS/React Testing su
check type
```js import * as Utils from '@deot/helper-utils'; ```
实现部分新API, 以及一些常用的扩展方法
A collection of random useful utility functions that you may not find in lodash. These utility functions are emitted as ES6 modules so that they are tree-shakable.
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js
Set nested properties on an object using dot notation.
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.
utils
The utilities
Safe TypeScript object utilities for pick/omit, own-property checks, nested get/set, and prototype-hardened deep merges for config and state.
Comprehensive TypeScript/JavaScript utility library with cross-environment support (Node.js, browser, web worker) providing helper functions, polyfills (ES5-ES2023), type checking utilities, and optimized implementations for better minification and code r