@effect/printer-ansi
Advanced tools
Comparing version 0.36.4 to 0.36.5
@@ -423,5 +423,13 @@ /** | ||
export declare const combine: { | ||
/** | ||
* @since 1.0.0 | ||
* @categrory combinators | ||
*/ | ||
(that: Ansi): (self: Ansi) => Ansi; | ||
/** | ||
* @since 1.0.0 | ||
* @categrory combinators | ||
*/ | ||
(self: Ansi, that: Ansi): Ansi; | ||
}; | ||
//# sourceMappingURL=Ansi.d.ts.map |
@@ -230,3 +230,11 @@ /** | ||
export declare const render: { | ||
/** | ||
* @since 1.0.0 | ||
* @category destructors | ||
*/ | ||
(config: AnsiDoc.RenderConfig): (self: AnsiDoc) => string; | ||
/** | ||
* @since 1.0.0 | ||
* @category destructors | ||
*/ | ||
(self: AnsiDoc, config: AnsiDoc.RenderConfig): string; | ||
@@ -233,0 +241,0 @@ }; |
{ | ||
"name": "@effect/printer-ansi", | ||
"version": "0.36.4", | ||
"version": "0.36.5", | ||
"description": "An easy to use, extensible pretty-printer for rendering documents for the terminal", | ||
@@ -13,7 +13,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@effect/printer": "^0.36.4" | ||
"@effect/printer": "^0.36.5" | ||
}, | ||
"peerDependencies": { | ||
"@effect/typeclass": "^0.27.4", | ||
"effect": "^3.8.4" | ||
"@effect/typeclass": "^0.27.5", | ||
"effect": "^3.8.5" | ||
}, | ||
@@ -20,0 +20,0 @@ "publishConfig": { |
@@ -514,4 +514,20 @@ /** | ||
export const combine: { | ||
// ----------------------------------------------------------------------------- | ||
// Instances | ||
// ----------------------------------------------------------------------------- | ||
/** | ||
* @since 1.0.0 | ||
* @categrory combinators | ||
*/ | ||
(that: Ansi): (self: Ansi) => Ansi | ||
// ----------------------------------------------------------------------------- | ||
// Instances | ||
// ----------------------------------------------------------------------------- | ||
/** | ||
* @since 1.0.0 | ||
* @categrory combinators | ||
*/ | ||
(self: Ansi, that: Ansi): Ansi | ||
} = InternalAnsi.combine |
@@ -271,3 +271,19 @@ /** | ||
export const render: { | ||
// ----------------------------------------------------------------------------- | ||
// Destructors | ||
// ----------------------------------------------------------------------------- | ||
/** | ||
* @since 1.0.0 | ||
* @category destructors | ||
*/ | ||
(config: AnsiDoc.RenderConfig): (self: AnsiDoc) => string | ||
// ----------------------------------------------------------------------------- | ||
// Destructors | ||
// ----------------------------------------------------------------------------- | ||
/** | ||
* @since 1.0.0 | ||
* @category destructors | ||
*/ | ||
(self: AnsiDoc, config: AnsiDoc.RenderConfig): string | ||
@@ -274,0 +290,0 @@ } = InternalAnsiRender.render |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
270673
7166
Updated@effect/printer@^0.36.5