Organize support files and simplify imports
This commit is contained in:
parent
70f41352c1
commit
ef203af85a
178 changed files with 61 additions and 269 deletions
|
@ -1,6 +1,6 @@
|
|||
"use strict";
|
||||
|
||||
const monotonicInterpolate = require("./monotonic-interpolate");
|
||||
const monotonicInterpolate = require("./util/monotonic-interpolate");
|
||||
|
||||
exports.init = initPara;
|
||||
function initPara(data, argv) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue