UNPKG

gluegun

Version:

A delightful toolkit for building Node-powered CLIs.

13 lines 411 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var filesystem_tools_1 = require("../toolbox/filesystem-tools"); /** * Extensions to filesystem. Brought to you by fs-jetpack. * * @param toolbox The running toolbox. */ function attach(toolbox) { toolbox.filesystem = filesystem_tools_1.filesystem; } exports.default = attach; //# sourceMappingURL=filesystem-extension.js.map