﻿/* OMF declaration file for localization function in momentJs */

interface MomentStatic {
    locale: (locales: any) => void;
} 