Move header to the right file

Whoops.
This commit is contained in:
Joel Spadin
2014-11-27 19:23:54 -06:00
parent 4d7acaa55c
commit be695ebd60
2 changed files with 7 additions and 7 deletions

View File

@@ -1,9 +1,4 @@
// Type definitions for cli-color 0.3.2
// Project: https://github.com/medikoo/cli-color
// Definitions by: Joel Spadin <https://github.com/ChaosinaCan>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="cli-color.d.ts" />
/// <reference path="cli-color.d.ts" />
/// <reference path="../node/node.d.ts" />
import clc = require('cli-color');

View File

@@ -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 <https://github.com/ChaosinaCan>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module "cli-color" {
module m {
export interface Format {
(...text: any[]): string;