Skip to content

Commit

Permalink
feat: add TS definition for static getMachineID method
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeonrush committed Jun 24, 2020
1 parent 77be105 commit c4db929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions objectid.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ declare class ObjectID {
static toString():string;
static setMachineID(id: number): void;
static setMachineID(id: string): void;
static getMachineID(): number;

constructor();
constructor(time: number);
Expand Down

0 comments on commit c4db929

Please sign in to comment.