@studiohyperdrive/ngx-utils
Version:
A series of abstracts, utils, pipes and services for Angular applications.
13 lines (12 loc) • 431 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class BtwPipe implements PipeTransform {
/**
* Converts a BTW number to the correct format
*
* @param value - The value we wish to convert
*/
transform(value: string): string;
static ɵfac: i0.ɵɵFactoryDeclaration<BtwPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<BtwPipe, "btw", true>;
}