如何将输入值添加到npm模块

时间:2019-04-30 18:02:08

标签: javascript node.js

我正在创建一个API模块,但是我测试了此脚本,并且configl开始出现错误。我该如何解决这个问题?

const index = require("./index");

exports.shorten(configl) = function() {
    const shortenlink = config
  };

exports.postlink = shortenlink;

module.exports = shorten;

0 个答案:

没有答案