From 1a1603621274bd27f6fac3961104f3478fe16850 Mon Sep 17 00:00:00 2001 From: Daryl Lau Date: Tue, 16 May 2017 14:07:00 -0700 Subject: [PATCH] Remove user from init typescript definition --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index ea85045..e1130c9 100644 --- a/index.d.ts +++ b/index.d.ts @@ -10,7 +10,7 @@ declare module 'ldclient-node' { /** * The LaunchDarkly static global. */ - export function init(key: string, user: LDUser, options?: LDOptions): LDClient; + export function init(key: string, options?: LDOptions): LDClient; /** * The types of values a feature flag can have.