All Downloads are FREE. Search and download functionalities are using the official Maven repository.

utils.functions.js Maven / Gradle / Ivy

The newest version!
import moment from 'moment/moment'
import _ from 'lodash'
import numeral from 'numeral'

import globalFnDate from './globalFnDate'
import { guid as uuid } from './id'
import { isEmptyModel } from './isEmptyModel'

export default { moment, _, numeral, $: { ...globalFnDate.getFns(), uuid, isEmptyModel } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy