Organize support files and simplify imports

This commit is contained in:
be5invis 2021-07-15 21:14:08 -07:00
parent 70f41352c1
commit ef203af85a
178 changed files with 61 additions and 269 deletions

View file

@ -1,6 +1,6 @@
"use strict";
const monotonicInterpolate = require("./monotonic-interpolate");
const monotonicInterpolate = require("./util/monotonic-interpolate");
exports.init = initPara;
function initPara(data, argv) {