From aa16f6f8dbfd6ecc8a9e2bc1d0f8a712247e0be1 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 15 Oct 2017 14:50:57 +0700 Subject: [PATCH] Update index.d.ts --- types/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/index.d.ts b/types/index.d.ts index 935d2b3..667b143 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -1,5 +1,6 @@ // Type definitions for Chalk // Definitions by: Thomas Sauer + export const enum Level { None = 0, Basic = 1,