9 lines
237 B
TypeScript
9 lines
237 B
TypeScript
// import modules
|
|
import * as check from './smartpath.check';
|
|
import * as get from './smartpath.get';
|
|
import * as transform from './smartpath.transform';
|
|
|
|
export { check, get, transform };
|
|
|
|
export * from './smartpath.classes.smartpath';
|