Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created October 1, 2014 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abuiles/9b1f5851f450d74f8c6a to your computer and use it in GitHub Desktop.
Save abuiles/9b1f5851f450d74f8c6a to your computer and use it in GitHub Desktop.
// app/utils/time-helpers.js
var unix = moment.unix,
months = months;
export {
unix,
months
};
// And then use it like
import { unix, months } from './utils/time-helper';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment