From be695ebd60d897cdadca661e4f668cf19a251714 Mon Sep 17 00:00:00 2001 From: Joel Spadin Date: Thu, 27 Nov 2014 19:23:54 -0600 Subject: [PATCH] Move header to the right file Whoops. --- cli-color/cli-color-tests.ts | 7 +------ cli-color/cli-color.d.ts | 7 ++++++- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cli-color/cli-color-tests.ts b/cli-color/cli-color-tests.ts index 79dccd7f79..627377b47f 100644 --- a/cli-color/cli-color-tests.ts +++ b/cli-color/cli-color-tests.ts @@ -1,9 +1,4 @@ -// Type definitions for cli-color 0.3.2 -// Project: https://github.com/medikoo/cli-color -// Definitions by: Joel Spadin -// Definitions: https://github.com/borisyankov/DefinitelyTyped - -/// +/// /// import clc = require('cli-color'); diff --git a/cli-color/cli-color.d.ts b/cli-color/cli-color.d.ts index 41cd17ccec..5764a646c9 100644 --- a/cli-color/cli-color.d.ts +++ b/cli-color/cli-color.d.ts @@ -1,4 +1,9 @@ -declare module "cli-color" { +// Type definitions for cli-color 0.3.2 +// Project: https://github.com/medikoo/cli-color +// Definitions by: Joel Spadin +// Definitions: https://github.com/borisyankov/DefinitelyTyped + +declare module "cli-color" { module m { export interface Format { (...text: any[]): string;