ng-smart-on-fhir
Version:
[](https://srdc.com.tr/en)
8 lines (7 loc) • 352 B
TypeScript
import { PipeTransform } from "@angular/core";
import * as i0 from "@angular/core";
export declare class CamelCaseSpacedPipe implements PipeTransform {
transform(value: string): any;
static ɵfac: i0.ɵɵFactoryDeclaration<CamelCaseSpacedPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<CamelCaseSpacedPipe, "camelCaseSpaced", false>;
}