A utility library for DrapCode containing constants, logging, and general helpers. Current stable version is 2.6.6. The package provides a set of reusable functions and constants aimed at simplifying DrapCode development. It includes TypeScript definitions. It is a lightweight, focused tool for internal DrapCode projects, with no major alternatives mentioned.
npm install drapcode-utilityVerified import paths — ran on the pinned version, not inferred.
Demonstrates importing and using the Logger class from DrapCode Utility.
Use import statements instead of require().
Import using named import syntax, e.g., import { Logger } from 'drapcode-utility'.Change to import statement or set type: 'module' in package.json.
Ensure tsconfig.json includes 'drapcode-utility' in types or node_modules.
No dependency data recorded yet.