UNPKG

@halospv3/hce.shared-config

Version:

Automate commit message quality, changelogs, and CI/CD releases. Its `main` entry point is a Semantic Release config. Functions and classes are exposed for customization. An ESLint config, a Commitlint config, and addl. resources for .NET projects are als

14 lines 378 B
//#region src/debug.d.ts interface Debugger { (formatter: unknown, ...arguments_: unknown[]): void; color: string; diff: number; enabled: boolean; namespace: string; destroy: () => boolean; extend: (namespace: string, delimiter?: string) => Debugger; } declare const _debug: Debugger; //#endregion export { _debug as default }; //# sourceMappingURL=debug.d.mts.map