Search
    Preparing search index...
    interface MomentCreationData {
        format?: MomentFormatSpecification;
        input: MomentInput;
        isUTC: boolean;
        locale: Universe.Vendor.Moment.Locale;
        strict?: boolean;
    }
    Index

    Properties

    isUTC: boolean
    strict?: boolean