UNPKG
is-proper-number-or-not
Version:
latest (0.0.1)
0.0.1
This tells if passed string is a number or Not
is-proper-number-or-not
/
lib
/
is-number.service.d.ts
7 lines
(6 loc)
•
238 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
*
as
i0
from
"@angular/core"
;
export
declare
class
IsNumberService
{
constructor
(
);
static
ɵ
fac
: i0.ɵɵ
FactoryDeclaration
<
IsNumberService
,
never
>;
static
ɵ
prov
: i0.ɵɵ
InjectableDeclaration
<
IsNumberService
>; }