smartpath/ts/index.ts
2022-03-14 13:26:48 +01:00

9 lines
249 B
TypeScript

// 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';