unleash-client
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,6 +0,6 @@ | ||
import { UnleashConfig } from './unleash'; | ||
import { Unleash, UnleashConfig } from './unleash'; | ||
export { Strategy } from './strategy'; | ||
export { Unleash } from './unleash'; | ||
export declare function initialize(options: UnleashConfig): any; | ||
export declare function isEnabled(name: string, context: any, fallbackValue?: boolean): any; | ||
export declare function initialize(options: UnleashConfig): Unleash; | ||
export declare function isEnabled(name: string, context: any, fallbackValue?: boolean): boolean; | ||
export declare function destroy(): any; |
{ | ||
"name": "unleash-client", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Unleash Client for Node", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
53797