UNPKG

gluegun

Version:

A delightful toolkit for building Node-powered CLIs.

13 lines 379 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var string_tools_1 = require("../toolbox/string-tools"); /** * Attaches some string helpers for convenience. * * @param toolbox The running toolbox. */ function attach(toolbox) { toolbox.strings = string_tools_1.strings; } exports.default = attach; //# sourceMappingURL=strings-extension.js.map