docs(): add private to extra classes

This commit is contained in:
Ibrahim Hadeed
2016-08-27 12:33:02 -04:00
parent a006cdb77b
commit b91740a91a
3 changed files with 19 additions and 8 deletions
+3
View File
@@ -97,6 +97,9 @@ export class Mixpanel {
static get people(): MixpanelPeople {return mixpanel.people; };
}
/**
* @private
*/
export declare class MixpanelPeople {
static identify(distinctId: string, onSuccess?: Function, onFail?: Function): void;
static increment(peopleProperties: any, onSuccess?: Function, onFail?: Function): void;