UNPKG

resume-client-socket.io

Version:

Resume Client API for Socket.IO and Node.JS - Medical Speech to Summarized Text

8 lines (6 loc) 182 B
var fsDb = require('js-git/mixins/fs-db'); var nodeFs = require('../lib/node-fs'); module.exports = function (repo, rootPath) { repo.rootPath = rootPath; fsDb(repo, nodeFs); };