UNPKG
@fradev/ng-snotify
Version:
latest (4.4.4)
4.4.4
4.4.3
4.4.2
4.4.1
4.4.0
Angular 2+ notifications center
github.com/fdonzello/ng-snotify
fdonzello/ng-snotify
@fradev/ng-snotify
/
snotify
/
pipes
/
truncate.pipe.d.ts
5 lines
(4 loc)
•
166 B
TypeScript
View Raw
1
2
3
4
5
import
{
PipeTransform
}
from
'@angular/core'
;
export
declare
class
TruncatePipe
implements
PipeTransform
{
transform
(
value
:
string
, ...
args
:
Array
<
any
>):
any
; }