ape-repo/ape-installing

View on GitHub
lib/index.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * ape framework module for installing modules.
 * @module ape-installing
 */

"use strict";

module.exports = {
    get done() { return require('./done'); },
    get unlessGlobal() { return require('./unless_global'); }
};