firebase-3-typescript icon indicating copy to clipboard operation
firebase-3-typescript copied to clipboard

Fix noImplicitAny error

Open fongandrew opened this issue 7 years ago • 0 comments

enableLogging has an implicit return of any. Typing as void allows the type definition to be used with the --noImplicitAny flag.

fongandrew avatar Aug 22 '16 16:08 fongandrew