gatsby-cli
Version:
Gatsby command-line interface for creating new sites and running Gatsby commands
10 lines (9 loc) • 308 B
JavaScript
exports.__esModule = true;
exports.getLocalGatsbyVersion = void 0;
var _gatsbyCoreUtils = require("gatsby-core-utils");
const getLocalGatsbyVersion = () => {
const version = (0, _gatsbyCoreUtils.getGatsbyVersion)();
return version;
};
exports.getLocalGatsbyVersion = getLocalGatsbyVersion;
;