| Server IP : 159.203.156.69 / Your IP : 216.73.217.172 Web Server : nginx/1.24.0 System : Linux main-ubuntu 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/tanviranik.com/node_modules/@poppinss/colors/build/src/ |
Upload File : |
/**
* @poppinss/colors
*
* (c) Poppinss
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
import { Colors } from './base.ts';
import { type ColorTransformations } from './types.ts';
/**
* Concrete implementation of the Colors class using Kleur
*/
export declare class Kleur extends Colors {
#private;
constructor();
/**
* Perform the given transformation. The abstract Color class calls this
* method
*/
protected transform(transformation: ColorTransformations): this;
protected transform(transformation: ColorTransformations, text: string | number): string;
}