ansi-output
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -59,3 +59,3 @@ /** | ||
*/ | ||
export interface ANSIOutputLine { | ||
export declare type ANSIOutputLine = { | ||
/** | ||
@@ -69,3 +69,3 @@ * Gets the identifier. | ||
readonly outputRuns: ANSIOutputRun[]; | ||
} | ||
}; | ||
/** | ||
@@ -209,18 +209,2 @@ * ANSIOutputRun interface. | ||
private processSGR; | ||
/** | ||
* Gets and ranges a parameter value. | ||
* @param value The value. | ||
* @param defaultValue The default value. | ||
* @param minValue The minimum value. | ||
* @param maxValue The maximum value. | ||
* @returns The ranged parameter value. | ||
*/ | ||
private rangeParam; | ||
/** | ||
* Gets a parameter value. | ||
* @param value The value. | ||
* @param defaultValue The default value. | ||
* @returns The parameter value. | ||
*/ | ||
private getParam; | ||
} | ||
@@ -227,0 +211,0 @@ /** |
{ | ||
"name": "ansi-output", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "ANSI escape sequence processing", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81081
1934