mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
9 lines
318 B
JavaScript
9 lines
318 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var fs_1 = require("fs");
|
|
var path_1 = require("path");
|
|
exports.default = (function (toolbox) {
|
|
toolbox.filesystem.resolve = path_1.resolve;
|
|
toolbox.filesystem.chmodSync = fs_1.chmodSync;
|
|
});
|
|
//# sourceMappingURL=cli-extension.js.map
|