Skip to content

Commit

Permalink
Add remaining definition for hidden function in colors (#9126)
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeKittens authored and vvakame committed May 1, 2016
1 parent 4f479b2 commit 58f922f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions colors/colors.d.ts
Expand Up @@ -81,6 +81,7 @@ declare module "colors" {
export var america: Color;
export var trap: Color;
export var random: Color;
export var zalgo: Color;
}

export = e;
Expand Down Expand Up @@ -121,4 +122,5 @@ interface String {
america: string;
trap: string;
random: string;
zalgo: string;
}

0 comments on commit 58f922f

Please sign in to comment.