Merge pull request #37 from cerodriguezl/fix-ts-definition

Fix the definition of the Opts interface
This commit is contained in:
Konstantin Pogorelov
2019-04-16 13:12:39 +02:00
committed by GitHub

2
index.d.ts vendored
View File

@@ -9,7 +9,7 @@ interface Labels {
interface Opts {
autoregister?: boolean;
buckets?: [number];
buckets?: number[];
customLabels?: { [key: string]: any };