contentascode/docsmith

View on GitHub
templates/init-metalsmith-grunt/code/_helpers/moment.js

Summary

Maintainability
A
0 mins
Test Coverage
var helperMoment = require('helper-moment');
 
module.exports = function (str, pattern){
  return helperMoment(str, pattern)
}