mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 11:02:11 +08:00
Move header to the right file
Whoops.
This commit is contained in:
@@ -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');
|
||||
|
||||
7
cli-color/cli-color.d.ts
vendored
7
cli-color/cli-color.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user