The BiZ9-Utility package is part of the BiZ9 Framework ecosystem, providing core utility functions for building scalable business applications. Version 4.7.61 is the current stable release, with active development and frequent updates. It is designed for strict JavaScript environments without module support, focusing on simplicity and compatibility. Key differentiators include tight integration with BiZ9 Framework's toolchain (React, React Native, Node.js, MongoDB, etc.) and a focus on rapid application development. The package is primarily used for common utility tasks within BiZ9 projects, but lacks broad community adoption or documented API.
npm install biz9-utilityNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic import and usage of a utility method from the biz9-utility package.
Use require() and ensure bundler is configured for CommonJS or use dynamic import if supported.
Install biz9-utility-js instead of biz9-utility for future compatibility.
Add a declaration file: declare module 'biz9-utility';
Check source code on GitHub for actual exports.
Consider using more established utility libraries like lodash or ramda.
Run npm install biz9-utility-js
Check the actual exported object via console.log(require('biz9-utility'))Use require() instead of import.
No dependency data recorded yet.