UNPKG

@pushrocks/smartpath

Version:

offers smart ways to handle paths

9 lines (6 loc) 249 B
// import modules import * as check from './smartpath.check.js'; import * as get from './smartpath.get.js'; import * as transform from './smartpath.transform.js'; export { check, get, transform }; export * from './smartpath.classes.smartpath.js';