UNPKG

inet-ui

Version:

iNet Angular UI === [![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][downloads-url]

10 lines (9 loc) 469 B
import * as i0 from "@angular/core"; export declare class NumberUtilsService { isNumeric(value: string | number): boolean; isObjectEmpty(obj: any): boolean; addSeparator(value: number | string, separator?: string): string | number; removeSeparator(value: number | string, separator?: string): string | number; static ɵfac: i0.ɵɵFactoryDeclaration<NumberUtilsService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<NumberUtilsService>; }