@obliczeniowo/elementary
Version:
Library made in Angular version 19
10 lines (9 loc) • 469 B
TypeScript
import { TextFormatType } from './../types/pipes.type';
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TextFormatPipe implements PipeTransform {
transform(value: string, ...args: TextFormatType): string;
protected firstToUpper(text: string): string;
static ɵfac: i0.ɵɵFactoryDeclaration<TextFormatPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<TextFormatPipe, "oblTextFormat", false>;
}