You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
281 B
9 lines
281 B
3 years ago
|
"use strict";
|
||
|
var Converter_1 = require("./Converter");
|
||
|
var helper = function (param, options) {
|
||
|
return new Converter_1.Converter(param, options);
|
||
|
};
|
||
|
helper["csv"] = helper;
|
||
|
helper["Converter"] = Converter_1.Converter;
|
||
|
module.exports = helper;
|
||
|
//# sourceMappingURL=index.js.map
|