UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

10 lines (9 loc) 319 B
import { TccSingleton } from '../../../core/models/tcc-singleton.model'; export declare class TccGetDateFormatStringService implements TccSingleton { private _locale; constructor(_locale: string); init(): void; reset(): void; private clarcDateFormatString; getClarcDateFormatString(): string; }