ansi-output
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -59,3 +59,3 @@ /** | ||
*/ | ||
export declare type ANSIOutputLine = { | ||
export interface ANSIOutputLine { | ||
/** | ||
@@ -69,7 +69,7 @@ * Gets the identifier. | ||
readonly outputRuns: ANSIOutputRun[]; | ||
}; | ||
} | ||
/** | ||
* ANSIOutputRun interface. | ||
*/ | ||
export declare type ANSIOutputRun = { | ||
export interface ANSIOutputRun { | ||
/** | ||
@@ -87,7 +87,7 @@ * Gets the identifier. | ||
readonly text: string; | ||
}; | ||
} | ||
/** | ||
* ANSIFormat interface. | ||
*/ | ||
export declare type ANSIFormat = { | ||
export interface ANSIFormat { | ||
/** | ||
@@ -113,7 +113,7 @@ * Gets the styles. | ||
readonly font?: string; | ||
}; | ||
} | ||
/** | ||
* ANSIOutput class. | ||
*/ | ||
export default class ANSIOutput { | ||
export declare class ANSIOutput { | ||
/** | ||
@@ -120,0 +120,0 @@ * Gets or sets the parser state. |
{ | ||
"name": "ansi-output", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"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
81075