UNPKG

@ghranek/moment-islamic-civil

Version:

A Hijri calendar (Based on islamic civil calculation) plugin for moment.js.

10 lines (9 loc) 289 B
import moment from 'moment'; declare module '@ghranek/moment-islamic-civil' { export default function momentIslamicCivil( input?: moment.MomentInput, format?: moment.MomentFormatSpecification, language?: string, strict?: boolean ): moment.Moment; }