UNPKG
ngnz-time-input
Version:
latest (0.0.4)
0.0.4
0.0.1
Material design time input for Angular 8
github.com/naz-a/angular-time-input
ngnz-time-input
/
lib
/
datatypes
/
boolean-function.d.ts
2 lines
(1 loc)
•
53 B
TypeScript
View Raw
1
2
export
declare
type
BooleanFunction
=
() =>
boolean
;