UNPKG

ng-smart-on-fhir

Version:

[![SRDC](https://www.srdc.com.tr/wp-content/uploads/2014/12/srdc-wp.png)](https://srdc.com.tr/en)

8 lines (7 loc) 352 B
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>; }