UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

11 lines (10 loc) 424 B
import { TccSingleton } from '../../../core/models/tcc-singleton.model'; import { LocaleService } from '../../../core/services/tcc-locale/tcc-locale.service'; export declare class TccGetDateFormatStringService implements TccSingleton { private localeService; constructor(localeService: LocaleService); init(): void; reset(): void; private clarcDateFormatString; getClarcDateFormatString(): string; }