contentascode/docsmith

View on GitHub
src/docsmith/update.js

Summary

Maintainability
A
0 mins
Test Coverage
const debug = require('debug')('docsmith:update');

function update() {
  console.log('TODO: Update');
}

module.exports.run = update;