UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

5 lines (4 loc) 157 B
import { PipeTransform } from '@angular/core'; export declare class DecodeURIPipe implements PipeTransform { transform(encodedString: string): string; }