UNPKG

158 BJavaScriptView Raw
1import get from './get.js';
2import run from './run.js';
3import util from './util.js';
4
5const { findpath } = util;
6
7export {
8 findpath,
9 get,
10 run,
11}