@ribajs/moment
Version:
Moment.js module for Riba.js
10 lines (9 loc) • 374 B
TypeScript
import { MomentModuleOptions } from "../types/index.js";
export declare class MomentService {
protected static _options: MomentModuleOptions;
static instance?: MomentService;
static get options(): MomentModuleOptions;
protected constructor();
static getSingleton(): MomentService;
static setSingleton(options?: MomentModuleOptions): MomentService;
}