暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

configstore.js 240B

123456
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.configstore = void 0;
  4. const Configstore = require("configstore");
  5. const pkg = require("../package.json");
  6. exports.configstore = new Configstore(pkg.name);