rc-js-util
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -8,4 +8,4 @@ import { debugFlags } from "./debug-flags"; | ||
static runBlock(cb: () => void): boolean; | ||
static assert(condition: boolean, errorMessage: string): void; | ||
static error(message: string): void; | ||
static assert(condition: boolean, errorMessage: string): boolean; | ||
static error(message: string): boolean; | ||
static setFlag<TKey extends keyof typeof debugFlags>(flag: typeof debugFlags[TKey]): void; | ||
@@ -12,0 +12,0 @@ static unsetFlag<TKey extends keyof typeof debugFlags>(flag: typeof debugFlags[TKey]): void; |
@@ -19,2 +19,3 @@ "use strict"; | ||
} | ||
return true; | ||
}; | ||
@@ -21,0 +22,0 @@ _Debug.error = function (message) { |
{ | ||
"name": "rc-js-util", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
47315
585