@ashetm/ng-utility
Version:
``@ashetm/ng-utility`` is a library that provide some utilities classes, like pipes.
9 lines (8 loc) • 404 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class Format implements PipeTransform {
private readonly PLACEHOLDER_CHARACTER;
transform<T extends string | number | boolean>(value: T, mask: string): string;
static ɵfac: i0.ɵɵFactoryDeclaration<Format, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<Format, "format", true>;
}