From 4b72df4e2680d3c5c5f9fa796b499b4c90617eee Mon Sep 17 00:00:00 2001 From: Nicolas Venegas Date: Thu, 22 Jun 2017 18:19:24 +1000 Subject: [PATCH] Fix type defs (implicit any). --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 668cc13..0adef2b 100644 --- a/index.d.ts +++ b/index.d.ts @@ -308,7 +308,7 @@ declare module "ldclient-node" { * Truthy if the cache is already initialized. * */ - initialized: (callback?: (err) => void) => boolean; + initialized: (callback?: (err: any) => void) => boolean; /** * Close the feature store.