Craydent is an all-inclusive Node.js utility library providing over 100+ methods and constants for common tasks like AJAX, file system operations, GUID generation, MD5 hashing, path manipulation, and object/array extensions. Version 1.0.2 is the latest stable release. It offers three import modes: prototype-extending (default), no-conflict modular, and global. Ships TypeScript types. Differentiators include prototype augmentation, global constants, and built-in AJAX support.
npm install craydent-utilityNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates no-conflict require, AJAX call, GUID generation, MD5 hashing, and recursive mkdir.
Use require('craydent-utility/noConflict') instead to avoid global pollution and prototype modifications.Use CommonJS require() instead of import.
Check documentation for return types; use callbacks or promises as indicated.
Only use the default require when you need global exception handlers.
Use require('craydent-utility') before accessing $c, or use require('craydent-utility/noConflict') and assign to a local variable.Use require('craydent-utility') (default) to extend prototypes, or call the static version: $c.prototypedMethod(arr, args).Upgrade to version 1.0.0 or later.
No dependency data recorded yet.