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
/
keys.pipe.d.ts
5 lines
(4 loc)
•
152 B
TypeScript
View Raw
1
2
3
4
5
import
{
PipeTransform
}
from
'@angular/core'
;
export
declare
class
KeysPipe
implements
PipeTransform
{
transform
(
value
:
any
,
args
?:
any
[]):
any
; }