UNPKG

@ndustrial/node-distributed-lock

Version:

Enables distributed locking for sequelize applications

13 lines (12 loc) 340 B
declare const _exports: { (formatter: any, ...args: any[]): void; color: string; diff: number; enabled: boolean; log: (...args: any[]) => any; namespace: string; destroy: () => boolean; extend: (namespace: string, delimiter?: string) => debug.Debugger; }; export = _exports; import debug = require("debug");